dbCreateInstTermByPosition
dbCreateInstTermByPosition(d_netId d_instId x_position) =>d_instTermId/nil
Description
Creates an instTerm connecting to a terminal at the given position and to the specified master instance.
instTerms associated with an instance must either all connect by name/reference or all connected by position.
Arguments
|
The database ID of the net to be used. |
|
|
The instance ID of the master in which the terminal is to be connected. |
|
Value Returned
|
Returns |
|
|
|
Examples
Creates an instTerm for terminal at 0 position for the instance i1.
dbCreateInstTermByPosition(net i1 0)
Related Topics
Return to top