Inheritance diagram for oaOccBusTerm:
Public Methods | |
oaOccBusTermDef * | getDef () const |
oaUInt4 | getStart () const |
oaUInt4 | getStop () const |
oaUInt4 | getStep () const |
oaBusTerm * | getTerm () const |
oaModBusTerm * | getModTerm () const |
void | getName (oaVectorName &name) const |
void | getName (oaName &name) const |
void | getName (const oaNameSpace &ns, oaString &name) const |
Static Public Methods | |
oaOccBusTerm * | find (const oaOccurrence *occurrence, const oaScalarName &name, oaUInt4 start, oaUInt4 stop, oaUInt4 step) |
oaModBusTerm, oaOccBusTerm, and oaBusTerm each represent bus terminals on a different kind of master, where in each case the master represents a level of hierarchy in the design.
For oaOccBusTerm, the master is an oaOccurrence, which corresponds to a unique usage of a module or a block in a design. Each oaOccurrence in a design will have a set of zero or more occBusTerms.
For oaModBusTerm, the master is an oaModule. For oaBusTerm, the master is an oaBlock, and the top block for the design will have a set of zero or more modBusTerms. Typically, many of the oaBusTerms on the top oaBlock have a corresponding oaModBusTerm on the top oaModule. The top oaOccurrence will have a corresponding oaOccBusTerm for each busTerm in the union of the terminals between the top oaModule and the top oaBlock.
When oaBusTerm objects are created in the block domain, the corresponding oaOccBusTerm objects are automatically created on the top oaOccurrence.
|
This function searches the specified occ for an oaOccBusTerm object with the specified baseName and start, stop, and step indices. The oaOccBusTerm object is returned if found. Otherwise, NULL is returned.
|
|
This function returns the oaOccBusTermDef for this oaOccBusTerm object.
|
|
This function returns the corresponding terminal in the module domain, or NULL if the terminal is not visible in the module domain. Reimplemented from oaOccTerm. |
|
This function fills in name with the name of this terminal mapped to the specified nameSpace. |
|
This function fills out name with the name of this terminal. |
|
This function returns the name of this occBusTerm.
|
|
This function returns the starting index for this oaOccBusTerm object.
|
|
This function returns the stepping index for this oaOccBusTerm object.
|
|
This function returns the ending index for this oaOccBusTerm object.
|
|
This function returns the corresponding terminal in the block domain, or NULL if the terminal is not visible in the block domain. Reimplemented from oaOccTerm. |
Copyright © 2002 - 2010 Cadence Design Systems, Inc.
All Rights Reserved.