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

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

None

Value Returned

t

No error is encountered during processing.

nil

An error was encountered during processing.

Examples

hnlSetVars()

Related Topics

OSS Functions


Return to top
 ⠀
X