Simulation Command Reference : Rational Statemate Actions : SET INFINITE LOOP

SET INFINITE LOOP

The SET INFINITE LOOP is used to set a limit for the number of interactions of FOR loops or WHILE loops in the simulation. After reaching the preset limit, the simulation is terminated and reported.

Syntax:
set infinite loop phase_limit
where phase_limit is a positive integer
This statement permits the resetting of the maximum number of iterations that can be executed in a loop before the infinite loop condition becomes true.
Example:
set infinite loop 1000