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

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

t_extNetName

Netlister-assigned net name

Value Returned

t_string

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

OSS Functions


Return to top
 ⠀
X