restart-simics reverse-cycles
Simics Reference Manual  /  3 Commands  /  3.2 Command List  / 

reverse

Synopsis

reverse [count]

Description

Run the simulation in reverse. The simulation will stop at any breakpoints or after at most count steps on the currently selected frontend processor. If count is not given, simulation will reverse until the first (oldest) bookmark.

Before the machine can be reversed, at least one time bookmark has to be set. Reverse operations are possible in the region following the first (oldest) time bookmark.

In script branches, the command will not block the script execution when run without the count argument. It will instead continue executing the next command as soon as the simulation has been started. When run with the count argument, the command will block until reaching the specified point in time.

Provided By

Simics Core

See Also

set-bookmark, skip-to, reverse-to, run
restart-simics reverse-cycles