simInstCdsNameExtName
simInstCdsNameExtName(t_cdsInstName) =>t_string
Description
Accepts the user-assigned instance name as an argument and returns the netlister-assigned instance name for cdsInstName as it appears in the netlist. The exact name returned depends on the design.
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 as it appears in the netlist. |
Examples
simInstCdsNameExtName( "/adder1/and1" )
=> "I34"
Related Topics
Return to top