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
Value Returned
Examples
runsim()
Related Topics
Return to top