Technical data

status
370
-
Simulator Command Reference ModelSim EE/PLUS Reference Manual
status
The
status
command lists all current interrupted macros. The listing shows the
name of the interrupted macro, the line number at which it was interrupted, and
prints the command itself. It also displays any
onbreak
(p337) or
onerror
(p339)
commands that have been defined for each interrupted macro.
Syntax
status
Arguments
None.
Examples
The transcript below contains examples of
resume
(p358), and
status
commands.
VSIM (pause) 4> status
# Macro resume_test.do at line 3 (Current macro)
# command executing: “pause”
# is Interrupted
# ONBREAK commands: “resume”
# Macro startup.do at line 34
# command executing: “run 1000"
# processing BREAKPOINT
# is Interrupted
# ONBREAK commands: “resume”
VSIM (pause) 5> resume
# Resuming execution of macro resume_test.do at line 4
See also
abort
command (p257),
do
command (p302),
pause
command (p340), and the
resume
command (p358)