ChipScope Pro Software and Cores User Guide
167
UG029 (v14.3) October 16, 2012
CseJtag Tcl Commands
Returns
A buffer that is full of the data that is shifted out of the TDO pin of the JTAG TAP.
An exception is thrown if the subcommand fails.
Example
This function shifts in 11 ones into the instruction register of the device at index 1, captures
the 11 bits of received data, and navigates to the Run Test Idle state when finished.
%set hextdobuf [::chipscope::csejtag_tap shift_device_ir $handle 1
$CSEJTAG_SHIFT_READWRITE $CSEJTAG_RUN_TEST_IDLE progressFunc 11 “7FF”]