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

simInitSimulator

simInitSimulator(
)
=> t / nil

Description

Calls the function with the same name as the simulator name specified by the simSimulator variable, for example, silos. This function must be defined in a file with the same name with either the .il or the .ile suffix added and stored in the local/si/caplib directory.

The function with the same name as the simulator must set the following variables, as well as any simulator-specific variables.

simDefaultControl simViewList simStopList simNlpGlobalViewName simSedFile simCommand

The function is defined in /etc/skill/si/caplib/init.ile. You can modify this function.

Value Returned

t

The command is successful.

nil

The command was unsuccessful.

Examples

simInitSimulator() 

Related Topics

OSS Functions


Return to top
 ⠀
X