bp.time.trace bp.info
Simics Reference Manual  /  3 Commands  /  3.2 Command List  / 

bp.time.wait-for

Synopsis

<bp-manager.time>.wait-for [object] seconds [-absolute] [timeout] [timeout-rt]

Description

Postpones execution of a script branch until the processor has executed seconds number of seconds. If -absolute is specified, the branch will instead be suspended 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.

If object is provided, then the breakpoint functionality is added on that object.

Provided By

bp-manager
bp.time.trace bp.info