OpenSTA logo OpenSTA SCL Reference
Maximum Values in Scripts

Maximum Values in Scripts

The SCL compiler, the OpenSTA run-time environment, and host system resources impose many limitations on Scripts. Exceeding these limits will be flagged by the compiler or the run-time environment. The maximum values (number, size, level, etc.) allowed in SCL source files are given in the following table:

attributemaximum value
source line length (characters)132
number of labels (per subroutine/main code)255
number of timers1020
number of variables8000
number of global variables8000
number of subroutines255
number of parameters passed between Scripts8
number of external data files referenced in Script256
number of external data files open concurrently10
character variable size (bytes)65535
character constant/literal size (bytes)65535
space available for Script values (Kbytes)128
nesting level of array expressions10
nesting level of conditional compilations10
nesting level of IF/DO commands100
nesting level of subroutines10

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