The Tcl exit command terminates the simulation and returns control to the operating system.
The
finish command can also exit a simulation.exit Command Syntax
exit
exit Command Options
This section describes the options that you can use with the Tcl exit command.
|
Exits the analog solver and saves a snapshot of the setup so that you can rework from that checkpoint. |
exit Command Examples
The following command ends the simulation session:
xcelium> exit
The following command lets you exit the analog solver and saves the snapshot of the setup:
xcelium> exit -analogsolver
