OpenSTA logo OpenSTA SCL Reference
GOTO Command

GOTO Command

This command transfers control to a specified Script label. The transfer of control is immediate and unconditional.

Conditional branches may be made using the IF command.

Command Definition:

GOTO label

label

A label defined within the current scope of the Script.


<<<
prev page
^^^
section start
>>>
next page