hnlSetDef
hnlSetDef(
s_sVariable
g_value
)
=> t / nil
Description
Sets variables in HNL. By using this function, the netlister only sets sVariable if it is not already set, or the symbol sVariable evaluates to null, thus allowing user-override of netlister variables by loading user-supplied defaults before loading the Cadence netlister.
Source code for this procedure is available for CAD developers in the install_dir/tools/dfII/src/hnl/hnl.il file.
Arguments
|
Symbol name of the variable whose value is set to the g_value in the second argument. The value is set only if it is not already set, or if the symbol sVariable evaluates to |
|
Value Returned
Examples
hnlSetDef( 'simSimulator "spice" )
Related Topics
Return to top