Inheritance diagram for oaInst:
oaInst objects are always in the block domain. Thus they are contained in an oaBlock object. An oaInst may have one or more equivalent module instances in the module hierarchy and will have an equivalent oaOccInst in the occurrence hierarchy.
You can use instances to create hierarchical designs. The master of an instance can contain instances of other masters. This hierarchy can continue for as many levels as needed to express a complete design.
You can use instances to represent complex pin figures. These are often used in schematics where a shape more complicated than a polygon is wanted.
All instances have names. These names can be assigned by the creator. For scalar inst, instance names can be automatically assigned by the database.
Instances always have an oaInstHeader, which contains the attributes that are constant for all instances of a given master.
Instances of Pcells include a set of parameters values used to tailor the Pcell for each specific instance. A Pcell instance can be created with a subset of the parameters defined in the superMaster. Any parameters not specified will become default parameters, which will track changes in the superMaster's parameter value. When a parameter is specified during creation or any subsequence calls to setParam(), this parameter will not be classified as a default parameter even though its value is equal to the default value in the superMaster.
The superMaster of pcell Instances will be bound when they are created so that OpenAccess can verify the parameters supplied. If the binding fails, an oacParamsSuppliedForNonPCellInstMaster exception will be thrown.
The oaInst class can be observed by deriving from oaObserver<oaInst>.
|
This function adds this instance to the specified cluster.
|
|
This function searches the specified block for an instance with the specified name. If found, the instance is returned. Otherwise, NULL is returned.
|
|
This function searches the parameter list of this instance for a parameter with the specified name. If found, it fills out param with the appropriate attributes and returns true. Otherwise, the function returns false. Only Pcell instances have parameters.
|
|
This function returns a collection of assignments in this instance. |
|
This function returns a collection of blockages owned by this instance. |
|
This function returns the cell name in the given namespace for the master design referenced by this instance.
|
|
This function returns the cell name for the master design referenced by this instance.
|
|
This function returns a pointer to the cluster of which this instance is a member. If the instance is not in a cluster, NULL is returned. |
|
This function returns the instHeader associated with this instance. The instHeader is a collection of the attributes that are common to all instances of a particular master. For Pcell instances, this function returns the subheader.
Reimplemented from oaRef. |
|
This function returns a collection of instTerms associated with this instance.
|
|
This function returns the library name in the given namespace for the master design referenced by this instance.
|
|
This function returns the library name for the master design referenced by this instance.
|
|
This function fills out name with the name of this instance. The name is mapped according to the specified nameSpace.
Reimplemented in oaArrayInst. |
|
This function fills out name with the name of this instance.
|
|
This function returns the number of bits of this instance. This function always returns '1' for scalar and array instances. The function can return '1' or more for vector instances. |
|
This function returns the occurrence instance that is the reflection of this block instance in the context of the top occurrence of the design that contains the instance. |
|
This function returns a collection of the occInsts that are occurrences of this instance in the occurrence hierarchy identified by top. The top occurrence does not have to be in the same design as the given instance.
|
|
This function fills out params with the parameters of this instance. Only Pcell instances have parameters. This call only returns parameters that were specified during creation or through calls to setParams(). If invoked on an inst that is not a Pcell or if no parameter is specified for the instance, the returned params paramArray will have a numParams of zero. |
|
This function returns the placement status for this instance. |
|
This function returns the placement priority for this instance. |
|
This function returns the source for this instance. This is used to indicate where the instance was created. |
|
This function returns a bit mask that indicates certain special reasons that instances can be used in a design. The defined bits are:
oacInstUsageFeedthru this instance simply connects its inputs to its outputs These bits may be or'ed together in the value returned. |
|
This function returns the view name in the given namespace for the master design referenced by this instance.
|
|
This function returns the view name for the master design referenced by this instance.
|
|
This function returns a boolean value that indicates if this instance is implicit, having been automatically created as a result of the creation of a vectorInst. |
|
This function removes this instance from the cluster with which it is associated. If this instance is not associated with a cluster, this function does nothing. |
|
This function insures that the bitInsts associated with this instance have been promoted to the explicit state so that they can support implementation data. If this instance is a multibit instance, this function insures that all constituent bitInsts are promoted to the explicit state. The multibit instance is then demoted to the implicit state so that no implementation data can be associated with it. When an instance is demoted to the implicit state, associated implementation data is removed from it. When an instance is scalarized, all of its connections are also scalarized. Each bit of any multi-bit connection associated with the instance is promoted to the explicit state and is available for editing. |
|
This function sets the master of this instance. This version sets the master to the design specified by the specified library, cell, and view names and does not force the master to open. Note: If the target master is in memory or if it has an oaInstHeader that is a superHeader, then OpenAccess performs some conversions between parameters and properties. If the target master is not in memory and does not have an oaInstHeader that is a superHeader, then no conversions between parameters and properties are performed. In this case, if the current header is a subHeader, all the subHeader's non-default parameters are converted to properties. Refer to Remastering Instances in the "Support for Pcells" section of the Programmers Guide for more information.
|
|
This function sets the master of this instance. This version sets the master to the specified design. Note: If the current master or the target master is a Pcell, OpenAccess performs some conversions between parameters and properties. Refer to Remastering Instances in the "Support for Pcells" section of the Programmers Guide for more information.
|
|
This function sets the parameters of this instance to the specified list. If this instance already has parameters attached to it, the existing parameters are replaced. The oaParamArray can be any subset of the master's oaParamArray definition. Any parameter omitted becomes a default parameter and gets its value from the superMaster. If a parameter included in the params array is not defined in the master's oaParamArray definition (whose name and type is not found in the master's definition), an oacInvalidDataTypeForParam exception is thrown.
|
|
This function sets the placement status of this instance to the specified value.
|
|
This function sets the priority for this instance to the specified value. The priority is used during placement.
|
|
This function sets the source for this instance to the specified value. The source is used to indicate where the instance was created.
|
|
This function sets a bit mask that indicates certain special reasons for instances to be created in a design. See oaInst::getUsage for details.
|
|
This function returns a boolean indicating how connections to this instance have been made. If the instTerms associated with this instance connect to terminal positions, this function returns 'true'. Otherwise, this function returns 'false'. Note that if the collection of instTerms for this instance is empty, this function will also return 'false'. |
|
|
Copyright © 2002 - 2010 Cadence Design Systems, Inc.
All Rights Reserved.