Technical data

restart
356
-
Simulator Command Reference ModelSim EE/PLUS Reference Manual
restart
The
restart
command reloads the design elements and resets the simulation time
to zero. Only design elements that have changed are reloaded.
Syntax
restart
[-force] [-nobreakpoint] [-nolist] [-nolog] [-nowave]
Arguments
-force
Specifies that the simulation will be restarted without requiring confirmation in a popup
window. Optional (unless being used in a macro file).
-nobreakpoint
Specifies that all breakpoints will be removed when the simulation is restarted. Optional.
The default is for all breakpoints to be reinstalled after the simulation is restarted.
-nolist
Specifies that the current List window environment will
not
be maintained after the
simulation is restarted. Optional. The default is for all currently listed HDL items and their
formats to be maintained.
-nolog
Specifies that the current logging environment will
not
be maintained after the simulation
is restarted. Optional. The default is for all currently logged items to continue to be logged.
-nowave
Specifies that the current Wave window environment will
not
be maintained after the
simulation is restarted. Optional. The default is for all items displayed in the Wave window
to remain in the window with the same format.
See also
checkpoint
(p291)
,
and "The difference between checkpoint/restore and
restarting" (p531).