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

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

None

Value Returned

t

The command is successful.

nil

The command was unsuccessful. In this case, an error message is also printed.

Examples

simPrintEnvironment()

Related Topics

OSS Functions


Return to top
 ⠀
X