hnlSetVars
hnlSetVars( ) => t / nil
Description
Sets all global-required variables for netlisting. Depending on the target simulator, the required netlist formatting functions are loaded.
After that, the hnlViewList and hnlStopList global variables are set to be lists of strings from the user-entered values for the view switch list and the stopping view list. The last step is to load a user-supplied file of functions if specified. If netlisting is not to continue, this function returns nil. If there is an error, the hnlError variable is also set to true. When run from within SE, this function sets the appropriate hnl variables from the ones in the SE environment.
Source code for this procedure is available for CAD developers in the install_dir/tools/dfII/src/hnl/hnl.il file.
Arguments
Value Returned
Examples
hnlSetVars()
Related Topics
Return to top