Technical data
status
CR-150 ModelSim Commands ModelSim EE/SE Command Reference
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
(CR-106) or onerror (CR-
108)
commands that have been defined for each interrupted macro.
Syntax
status
Arguments
None.
Examples
The transcript below contains examples of resume
(CR-135), 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
(CR-19), do command (CR-67), pause command (CR-109), and the
resume command
(CR-135)