ChipScope Pro Software and Cores User Guide www.xilinx.com 153
UG029 (v14.3) October 16, 2012
CseJtag Tcl Commands
::chipscope::csejtag_target wait_time
This subcommand waits for a specified amount of time (in microseconds).
Note: The JTAG target must be locked by using the ::chipscope::csejtag_target lock
subcommand before calling this subcommand.
Syntax
::chipscope::csejtag_target wait_time handle usecs
Arguments
Returns
An exception is thrown if the subcommand fails.
Example
Instruct the JTAG target to wait 1000 microseconds before performing another operation.
%::chipscope::csejtag_target wait_time $handle 1000
Back to list of all CseJtag Tcl Commands
Table 5-25: Arguments for Subcommand ::chipscope::csejtag_target wait_time
Argument Type Description
handle
Required
Handle to the session that is returned by
::chipscope::csejtag_session create.
usecs Number of microseconds to wait.