Technical data
stop
372
-
Simulator Command Reference ModelSim EE/PLUS Reference Manual
stop
The
stop
command is used with the
when
command (p398) to stop simulation in
batch files. The
stop
command has the same effect as hitting a breakpoint. The
stop
command may be placed anywhere within the body of the when command.
Syntax
stop
Arguments
None.
Note:
Use the
run
command (p361) with the
-continue
option to continue the simulation run, or the
resume
command (p358) to continue macro execution. If you want macro execution to resume automatically,
put this command at the top of your macro file:
onbreak {resume}
See also
bp
command (p278)