oaVerilogNS
模块: oapy._oa._base
导入: from oapy._oa import _base
概览
oaVerilogNS 在 oapy 中可用,可通过 _base 模块访问。
本页汇总 oaVerilogNS 当前在 oapy 中可用的 Python 接口。
详细说明
The oaVerilogNS class implements the Verilog name space used in name mapping。 The Verilog name space reflects the rules for specifying legal names of objects in the Verilog language。 In conjunction with the oaName object, the oaVerilogNS class facilitates name mapping between the Unix name space and the native name space。 See the Name Mapping Section of the Programmers Guide for more information。 The Verilog name space is a case-sensitive name space and contains reserved keywords。 This name space supports hierarchical constructs。 This name space does not support stepped or bundled names。 See the Verilog Name Space Section of the Programmers Guide for a more detailed description of the characteristics of the Verilog name space。
构造函数
_base.oaVerilogNS()
obj = _base.oaVerilogNS()
_base.oaVerilogNS(ns)
obj = _base.oaVerilogNS(ns)
方法总览
| 状态 | Python 调用 |
|---|---|