wait-for-global-time seconds [-relative]
Postpones execution of a script branch until all cells in the simulation reaches the specified global time, seconds, from the start of the simulation. If -relative is given, the branch is suspended for a specified duration instead. The wait-for-global-time
and wait-for-global-sync
commands are the only ways to synchronize the cells in the simulation from script branches.
The requested time needs to be far enough into the future to allow deterministic synchronization. Consider using wait-for-global-sync
if you want to synchronize all cells as soon as possible.
Simics Core
script-branch,
wait-for-global-sync,
<cycle>.bp-wait-for-cycle,
<cycle>.bp-wait-for-time,
<step>.bp-wait-for-step