simNetCdsNameExtName
simNetCdsNameExtName(t_cdsNetName) =>t_string
Description
Accepts the user-assigned net name as an argument for cdsNetName and returns the netlister-assigned net name as it appears in the netlist.
The function is defined in /bin/si. You cannot modify this function.
Arguments
Value Returned
|
The netlister-assigned net name as it appears in the netlist. The exact name returned depends on the design. |
Examples
simNetCdsNameExtName( "/adder1/in" )
=> "N34"
Related Topics
Return to top