run-command-file – deprecated run-python-file – deprecated
Simics Reference Manual  /  3 Commands  /  3.2 Command List  / 

run-cycles

Synopsis

run-cycles [count]

Description

Starts or continues executing cycles. If a count argument is provided, Simics will execute count number of cycles on the currently selected frontend processor and then stop. Running count cycles may or may not be equivalent to running count instructions depending on the processor configuration.

Unlike other commands, the run and run-cycles commands will not block the command line when run interactively.

In script branches, the command will not block execution of the script branch when no count argument is passed - in this case the next command of the script branch will be executed as soon as the simulation has been started. When the count argument is present, the command will block execution of the script branch until the simulation is stopped (due to reaching the specified time or for other reasons, for example, stopping on a breakpoint).

Provided By

Simics Core

See Also

step-cycle, run
run-command-file – deprecated run-python-file – deprecated