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
Value Returned
|
Netlister-assigned design variable name as it appears in the netlist. |
Examples
simDesignVarCdsNameExtName( "scale" )
=> "_qpar0"
Related Topics
Return to top