Instructions
NOOP The NOOP instruction means there is no instruction for this line.
BREak The BREak instruction causes the execution of the sequence to
stop at this line. Use the RESume command to advance to the next line
sequence.
When operating at 200 MHz you can not have two Break events in succession.
SIGNal The SIGNal instruction outputs a signal to the internal
Intermodule Bus (IMB). This signal is used to trigger the logic analyzer.
WAIT The WAIT instruction causes the pattern generator to stop and
wait for the occurrence of the specified event pattern(s). The event
patterns are set by the SEQuence: EPATtern command. The event to be
waited for by this particular command is specified by the optional
instruction argument parameter. Once the specified event occurs, the
pattern generator program proceeds to the next state.
When operating at 200 MHz you can not have two Wait events in succession.
IF The IF instruction allows a sequence of program states to occur if a
specified condition is true. The IF event pattern is specified by the
SEQuence:EPATtern command.
The IF and END IF sequence lines cannot be modified other than changing
the if condition.
The condition to be tested by the IF instruction is specified by the optional
instruction argument parameter. If the specified condition is true, the
sequence states include the IF (lines between IF and IF END) are executed.
If the condition is not true, the sequence states within the IF are skipped.
Valid IF events are {IF | IMB}.
SEQuence Subsystem
PROGram
39–11