Clock Statement
Generate a delay by clocking TCK <count> times.
CLOCK count
Arguments
count The number of clocks that the IEEE 1149.1 bus will generate while in the RUNTEST_IDLE state.
Remarks
The statement is used to generate delays in the script. The exact length of the delay can be calculated as count x 1/(TCK frequency). The TCK frequency is specified using the FREQUENCY statement.
Examples
CLOCK 1000
CLOCK counter