<cycle>.bp-run-until-cycle <cycle>.bp-trace-cycle
Simics Reference Manual  /  3 Commands  /  3.2 Command List  / 

<cycle>.bp-run-until-time

Synopsis

<cycle>.bp-run-until-time seconds [-absolute] [timeout] [timeout-rt]

Description

Run the simulation until the processor has executed seconds number of seconds. If -absolute is specified, the simulation will run until the processor reaches the specified time in the simulation.

If no processor is specified, the currently selected frontend processor is used. If timeout is a positive number, the command will run for at most that many seconds of virtual time.

If timeout-rt is a positive number, the command will run for at most that many seconds of real time.

A time-out will be signaled by throwing a CLI exception, which can be captured using try/except in order to take specific action, or to let it pass unhandled.

Provided By

bp-manager
<cycle>.bp-run-until-cycle <cycle>.bp-trace-cycle