Statement Summary
UNIT | Sets the time units as nanoseconds, microseconds, milliseconds or seconds (optional, the default is nanoseconds). |
START | Sets the starting time for absolute time patterns (optional, the default is 0). |
STOP | Sets the stopping time for absolute time patterns (optional). |
INTERVAL | Sets the simulation step interval absolute time patterns (optional, the default is 1 nanosecond). |
GROUP CREATE | Creates a group to represent a state numerically (optional). |
RADIX | Sets the radix (base) for the group output (optional, default is decimal). |
INPUTS | Declares the input nodes (required). |
OUTPUTS | Declares the output nodes (optional for simulation only). |
BURIED | Declares the buried nodes, if any (optional). |
COMB | Specifies that a node declared in a preceding outputs or buried section is driven by combinational logic (optional). |
MACHINE | Specifies that a node in a preceding inputs, outputs or buried statement is driven by state machine logic and specifies its secondary inputs (CLOCK, PRESET and RESET). This statement is used only for waveform design entry (optional). |
REGISTER | Specifies that a node in a preceding outputs or buried statement is driven by a register and specifies its secondary inputs (CLOCK, PRESET and RESET). This statement is used only for waveform design entry (optional). |
PATTERN | Used specify the time patterns (vectors) used in the simulation or test. Just the inputs can be specified to simply simulate a design or the inputs and expected outputs can be specified to simulate and test a design. The two types of time pattern specifications are relative and absolute. Relative time patterns consist of a table of logic values. The number and order of the values should match the nodes specified in the inputs statement. Each set of values corresponds to one time interval. Absolute time patterns allow specification of the exact time at which the logic levels specified are applied to the input nodes (required). |
Send comments and suggestions about these notes to:
Dr. Charles S. Tritt
This page last updated 2/20/97