Inheritance diagram for oaOccVectorInstBit:
Public Methods | |
oaVectorInstBit * | getInst () const |
oaModVectorInstBit * | getModInst () const |
oaOccVectorInstDef * | getDef () const |
oaUInt4 | getBitIndex () const |
void | getName (oaVectorBitName &name) const |
void | getPathName (oaVectorBitName &pathName) const |
void | getName (oaSimpleName &name) const |
void | getName (const oaNameSpace &ns, oaString &name) const |
void | getPathName (oaSimpleName &pathName) const |
void | getPathName (const oaNameSpace &ns, oaString &pathName) const |
Static Public Methods | |
oaOccVectorInstBit * | find (const oaOccurrence *occurrence, const oaScalarName &baseName, oaUInt4 bitIndex) |
oaOccVectorInstBit objects are always in the occurrence domain.
|
This function searches the specified occurrence looking for a vectorInstBit with the specified baseName and bitIndex. If baseName is hierarchical, this function will descend into lower levels of occurrence hierarchy, expanding the hierarchy and binding the master designs as needed. The vectorInstBit is returned if found, otherwise NULL is returned.
|
|
This function returns the bitIndex of this vectorInstBit. |
|
This function returns a pointer to the vectorInstDef for this vectorInstBit. |
|
This function returns the corresponding instance in the block domain. NULL will be returned if the master design for this instance does not have a top block.
Reimplemented from oaOccInst. |
|
This function returns the corresponding instance in the module domain. NULL will be returned if this instance is an occurrence of a physical-only instance.
Reimplemented from oaOccInst. |
|
This function fills out name with the name of this instance. The name is mapped according to the specified nameSpace.
|
|
This function fills out name with the name of this instance.
|
|
This function returns the name of this occVectorInstBit.
|
|
This function returns the full path name of this instance in the specified nameSpace in the specified pathName string. The pathName is relative to the top occurrence in the occurrence hierarchy containing this instance.
|
|
This function fills out pathName with the full path name of this instance, relative to the top occurrence in the occurrence hierarchy containing this instance.
|
|
This function returns the full path name of this instance, relative to the top occurrence in the occurrence hierarchy containing this instance.
|
Copyright © 2002 - 2010 Cadence Design Systems, Inc.
All Rights Reserved.