simInstExtNameCdsName
simInstExtNameCdsName(t_extInstName) =>t_string
Description
Accepts the netlister-assigned instance name as an argument extInstName and returns the user-assigned instance name as it appears in the schematic.
The function is defined in /bin/si and also in the Cadence graphics program. You cannot modify this function.
Arguments
Value Returned
|
The netlister-assigned instance name extInstName specified as an argument. The exact name returned depends on the design. |
Examples
simInstExtNameCdsName( "I34" )
=> "/adder1/and1"
Related Topics
Return to top