OpenSTA logo OpenSTA SCL Reference
Labels

Labels

Labels are names used to identify SCL commands during some flow control commands. A label starts at the beginning of a line and consists of the name followed by a colon. For example here is the definition of the label LABELEX on a log statement:

LABELEX: LOG "Just branched to LABELEX"

A label name must be a valid OpenSTA Dataname and is not case sensitive.

Labels are local to the module within which they are defined; this means that labels defined within a subroutine may not be reference in other sections of the code.


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