Technical data
abort
ModelSim EE/SE Command Reference ModelSim Commands CR-19
ModelSim Commands
abort
The abort command halts the execution of a macro file interrupted by a
breakpoint or error. When macros are nested, you may choose to abort the last
macro only, abort a specified number of nesting levels, or abort all macros. The
abort command may be used within a macro to return early.
Syntax
abort
[<n> | all]
Arguments
None.
<n> | all
An integer giving the number of nested macro levels to abort; all aborts all levels.
Optional. Default is 1.
See also
onbreak command
(CR-106), restore command (CR-134), and the run command
(CR-139)