Inheritance diagram for oaModVectorInstBit:
Public Methods | |
oaModVectorInstDef * | getDef () const |
oaUInt4 | getBitIndex () const |
void | getName (oaVectorBitName &name) const |
void | setName (const oaScalarName &baseName, oaUInt4 bitIndex) |
void | getName (oaSimpleName &name) const |
void | getName (const oaNameSpace &ns, oaString &name) const |
Static Public Methods | |
oaModVectorInstBit * | create (oaModule *module, oaDesign *master, const oaScalarName &baseName, oaUInt4 bitIndex, const oaParamArray *params=NULL) |
oaModVectorInstBit * | create (oaModule *module, const oaScalarName &libName, const oaScalarName &cellName, const oaScalarName &viewName, const oaScalarName &baseName, oaUInt4 bitIndex, const oaParamArray *params=NULL) |
oaModVectorInstBit * | find (const oaModule *module, const oaScalarName &baseName, oaUInt4 bitIndex) |
oaBoolean | isValidName (const oaModule *module, const oaScalarName &baseName, oaUInt4 bitIndex) |
oaVectorInstBit objects are always in the block domain. They may be physical-only instances that are only in the block hierarchy, or they can be cross-domain instances that directly correspond to an oaModVectorInstBit in the module domain and an oaOccVectorInstBit in the occurrence domain.
|
This function creates an oaModVectorInstBit object with the specified attributes. The given baseName and bitIndex are checked if they are legal and do not specify an instance that already exists. This version creates an instance of the master implied by the specified library, cell, and view names (the master need not be opened to create instances of it). An optional array of parameters may be specified in the case where the master is a pCell.
|
|
This function creates an oaModVectorInstBit object with the specified attributes. The given baseName and bitIndex are checked if they are legal and do not specify an instance that already exists. This version creates an instance of the specified master design. An optional array of parameters may be specified in the case where the master is a pCell.
|
|
This function searches the specified module looking for a vectorInstBit with the specified baseName and bitIndex. If the instance is found, it is returned; 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 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 vectorName of this modVectorInstBit.
|
|
This function returns a boolean indicating whether the specified baseName and bitIndex would be valid for an oaModVectorInstBit in the specified module.
|
|
This function changes the name of this vectorInstBit. An exception is thrown if the new baseName is the name of an existing scalar or array instance or if a vectorInstBit already exists with the new name. An exception is also thrown if the new name would overlap with existing vectorInsts.
|
Copyright © 2002 - 2010 Cadence Design Systems, Inc.
All Rights Reserved.