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

simDesignVarCdsNameExtName

simDesignVarCdsNameExtName( 
t_cdsDesignVarName 
)
=> t_string

Description

Accepts the user-assigned variable name, cdsDesignVarName, as an argument and returns the netlister-assigned name for it as it appears in the netlist. The function reads the mapping information from the simRunDir directory using the design information set through the simCellName, simLibName, simViewName SKILL variables. Therefore, all these variables must be set before calling this function.

Arguments

t_cdsDesignVarName

The user-assigned name of the design variable.

Value Returned

t_string

Netlister-assigned design variable name as it appears in the netlist.

Examples

simDesignVarCdsNameExtName( "scale" ) 
=> "_qpar0"

Related Topics

OSS Functions


Return to top
 ⠀
X