oaVerilogNS Class Reference

Inheritance diagram for oaVerilogNS:

oaNameSpace


Public Methods

 oaVerilogNS ()
 oaVerilogNS (const oaVerilogNS &ns)
 ~oaVerilogNS ()

Detailed Description

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.


Constructor & Destructor Documentation

oaVerilogNS::oaVerilogNS  
 

This function constructs the oaVerilogNS instance.

oaVerilogNS::oaVerilogNS const oaVerilogNS &    ns
 

This function creates a copy of the specified oaVerilogNS object.

oaVerilogNS::~oaVerilogNS  
 

This is the destructor function for the oaVerilogNS class.


The documentation for this class was generated from the following files:

Return to top of page