Inheritance diagram for oaBusNetBit:
Public Methods | |
oaBusNetDef * | getDef () const |
oaUInt4 | getBitIndex () const |
void | getName (oaVectorBitName &name) const |
void | setName (const oaScalarName &baseName, oaUInt4 bitIndex) |
void | getName (oaName &name) const |
void | getName (const oaNameSpace &ns, oaString &name) const |
Static Public Methods | |
oaBusNetBit * | create (oaBlock *block, const oaScalarName &baseName, oaUInt4 bitIndex, oaSigType sigType=oacSignalSigType, oaBoolean isGlobale=false, oaBlockDomainVisibility view=oacInheritFromTopBlock) |
oaBusNetBit * | create (oaBlock *block, const oaVectorBitName &bitName, oaSigType sigType=oacSignalSigType, oaBoolean isGlobale=false, oaBlockDomainVisibility view=oacInheritFromTopBlock) |
oaBusNetBit * | find (const oaBlock *block, const oaScalarName &baseName, oaUInt4 bitIndex) |
oaBoolean | isValidName (const oaBlock *block, const oaScalarName &baseName, oaUInt4 bitIndex) |
An oaBusNetBit can be explicitly created and used in other operations like creating terminals or instTerms. An explicitly created busNetBit must be explicitly destroyed.
|
This function creates a busNetBit with the baseName, attributes, and bitIndex as specified in the given bitName. If the vectorBitName is hierarchical, and the path already exists, and no oaOccNet with this name exists in the specified occurrence, the net is created in the specified occurrence.
|
|
This function verifies that a net with the specified name does not exist and creates an oaBusNetBit with the specified name and attributes. If the baseName is hierarchical, and the path already exists, and no occNet with this name exists in the specified occurrence, the net is created in the specified occurrence.
|
|
This function searches the specified block for an oaBusNetBit with the specified baseName and bitIndex. The net is returned if found, otherwise NULL is returned. The path portion of the name must specify the path to an existing occurrence in the design. A hierarchical name is considered an alias that identifies an oaOccNet in the occurrence domain. If the specified name is hierarchical, the return value is the canonical net in the block domain for the specified alias.
|
|
This function returns the index for this busNetBit (with the respect of the corresponding bus net def). Returns can include non-consecutive numbers. |
|
This function returns the busNetDef associated with this busNetBit. |
|
This function returns the name of this net in the specified nameSpace in the specified name string. |
|
This function returns the name of this net in the name argument. |
|
This function returns the name of this oaBusNetBit.
|
|
This function returns a boolean value indicating whether the specified name is valid for a new oaBusNetBit in the specified block. False is returned if the specified baseName is hierarchical, and an oaOccNet with the specified name already exists, or if an oaOccScalarNet with the same baseName already exists. False is also returned if the specified baseName is hierarchical, and there is no occurrence with that path name. These checks are done in the occurrence given by the path portion of the baseName not in the top occurrence.
|
|
This function changes the name of this busNetBit to that implied by the given baseName and bitIndex. If the specified name is hierarchical, is valid and the path is identical to the current path name of the oaBusNetBit, the baseName is set to the corresponding oaOccNet.
|
Copyright © 2002 - 2010 Cadence Design Systems, Inc.
All Rights Reserved.