simNetExtNameCdsName
simNetExtNameCdsName(t_extNetName) =>t_string
Description
Accepts the netlister-assigned net name as an argument and returns the user-assigned net name for extNetName 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 user-assigned net name as it appears in the schematic. The exact name returned depends on the design. |
Examples
simNetExtNameCdsName( "N34" )
=> "/adder1/in"
Related Topics
Return to top