Technical data
abort
ModelSim EE/PLUS Reference Manual Simulator Command Reference
-
257
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
<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 (p337),
restore
command (p357), and the
run
command
(p361)