JTAGWAIT
The JTAGWAIT statement simply clocks the JTAG chains the specified number of times. The TMS and TDI pins are not affected. This statement can only be used inside a JTAG block.
Syntax
JTAGWAIT ( clocks )
Parameters
- clocks
- An INT value indicating the number of TCK cycles to run.
Errors
It is a compile error to use JTAGWAIT outside of a raw JTAG block.
XJTAG v4.1.100