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

runsim

runsim(
)
=> t / nil

Description

Runs the SKILL instructions stored in the simCommand variable, which is used to run the simulator for this simulation. The function then calls simOutWithArgs with the correct arguments to translate the textual simulator output stored in the simout.tmp file and generate the si.out file.

The following variables are used as arguments to the simOutWithArgs function and must be correctly set before calling this function.

simSedFile simRunDir simLibName simCellName simViewName

For more information on this translation process, refer to the simOutWithArgs or simout functions. The runsim function returns the return value of the simCommand variable. The function is defined in /etc/skill/si/caplib/simulate.ile. You can modify this function.

Arguments

None

Value Returned

t

The operation is successful.

nil

The operation was unsuccessful.

Examples

runsim() 

Related Topics

OSS Functions


Return to top
 ⠀
X