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

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

t_cdsInstName

User-assigned instance name.

Value Returned

t_string

The netlister-assigned instance name as it appears in the netlist.

Examples

simInstCdsNameExtName( "/adder1/and1" ) 
=>  "I34"

Related Topics

OSS Functions


Return to top
 ⠀
X