User guide
8-4
Unified Command-Line Interface
UCLI Interactive Commands
The following is a list of the UCLI interactive commands:
Tool Invocation Commands
start exe_name [options]
Invokes the simulation executable exe_name with the specified
options.
restart [options]
Restarts simulations.
Session Management Commands
save [file_name]
Saves simulation state in file file_name.
restore [file_name]
Restores a simulation state saved in file file_name.
Note:
Simulations run in UCLI mode can only be saved and restored
from the UCLI prompt, not using $save/$restart in Verilog, and
cannot be restarted by running the simulator with "-r savefile", nor
by executing the save file.
Tool Advancing Commands
step
Advances the simulation by one line.
next
For Verilog designs, next has the same functionality as step.