simPrintEnvironment
simPrintEnvironment( ) => t / nil
Description
Writes the primary simulation control variables and their values to the si.env file in the simulation run directory.
The following variables must be defined and are written to the file:
simLibName simCellName simViewName simSimulator simNotIncremental simReNetlistAll
In addition, the following variables are written to the si.env file if they are defined:
simViewList
simStopList
simOtherInfo
simHost
The following variables are written to the si.env file if they are not nil:
simNetlistHier simHostDiffers simNoSimDiff
The variables specified by the simSimulatorSaveVars variable are also written to the file.
The function is defined in /etc/skill/si/caplib/init.ile. You can modify this function.
Arguments
Value Returned
|
The command was unsuccessful. In this case, an error message is also printed. |
Examples
simPrintEnvironment()
Related Topics
Return to top