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

simInstExtNameCdsName

simInstExtNameCdsName(
t_extInstName
) 
=> t_string

Description

Accepts the netlister-assigned instance name as an argument extInstName and returns the user-assigned instance name 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_extInstName

Netlister-assigned instance name.

Value Returned

t_string

The netlister-assigned instance name extInstName specified as an argument. The exact name returned depends on the design.

Examples

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

Related Topics

OSS Functions


Return to top
 ⠀
X