Technical data

resume
ModelSim EE/SE Command Reference ModelSim Commands CR-135
resume
The resume command is used to resume execution of a macro file after a pause
command
(CR-109), or a breakpoint. It may be input manually or placed in an
onbreak
(CR-106) command string. (Placing a resume command in a bp (CR-40)
command string does not have this effect.) The resume command can also be used
in an onerror
(CR-108) 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
(CR-19), pause command (CR-109), and the do command (CR-67)