Technical data

resume
358
-
Simulator Command Reference ModelSim EE/PLUS Reference Manual
resume
The
resume
command is used to resume execution of a macro file after a
pause
command (p340) , or a breakpoint. It may be input manually or placed in an
onbreak
(p337) command string. (Placing a
resume
command in a
bp
(p278)
command string does not have this effect.) The
resume
command can also be used
in an
onerror
(p339) command string to allow an error message to be printed
without halting the execution of the macro file.
Syntax
resume
Arguments
None.
See also
abort
command (p257) ,
pause
command (p340), and the
do
command (p302)