ChipScope Pro Software and Cores User Guide
149
UG029 (v14.3) October 16, 2012
CseJtag Tcl Commands
::chipscope::csejtag_target flush
This subcommand flushes the buffer associated with a previously opened and locked
JTAG target device.
Note:
The JTAG target must be locked by using the
::chipscope::csejtag_target lock
subcommand before calling this subcommand.
Syntax
::chipscope::csejtag_target flush handle
Arguments
Returns
An exception is thrown if the subcommand fails.
Example
Attempt to flush an opened and locked buffer of a JTAG target to make data writes occur
immediately.
%::chipscope::csejtag_target flush $handle
Back to list of all CseJtag Tcl Commands
Table 5-21:
Arguments for Subcommand ::chipscope::csejtag_target flush
Argument
Type
Description
handle
Required
Handle to the session that is returned by
::chipscope::csejtag_session create
.