OpenSTA logo OpenSTA SCL Reference
GENERATE Command

GENERATE Command

This command loads a random value from a set of values into a variable.

The variable must have a list or range of values associated with it in the Definitions section. If it is defined as REPEATABLE RANDOM, values will be retrieved in the same random order on every run. If it is defined as RANDOM, values will be retrieved in different random sequences each run.

Command Definition:

GENERATE variable

variable

The name of the variable into which the generated value is to be loaded. The variable must have a set of values associated with it in the DEFINITIONS section.

Example:

GENERATE Part-Number

Related:


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