Product Documentation
Digital Design Netlisting and Simulation SKILL Reference
Product Version IC23.1, June 2023

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

t_cdsNetName

User-assigned net name in the schematic.

Value Returned

t_string

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

OSS Functions


Return to top
 ⠀
X