148
ChipScope Pro Software and Cores User Guide
UG029 (v14.3) October 16, 2012
Chapter 5:
ChipScope Engine Tcl Interface
::chipscope::csejtag_target clean_locks
This subcommand cleans up all JTAG target locks.
Note:
This subcommand must be used only as a last resort. The subcommand kills all sharing
semaphores, including those used by other processes and applications. It currently only cleans up
locks for JTAG cable targets.
Syntax
::chipscope::csejtag_target clean_locks handle
Arguments
Returns
An exception is thrown if the subcommand fails.
Example
Clean locks as a last resort because the application closed unexpectedly and
::chipscope::csejtag_target open
does not open the target successfully.
%::chipscope::csejtag_target clean_locks $handle
Back to list of all CseJtag Tcl Commands
Table 5-20:
Arguments for Subcommand ::chipscope::csejtag_target clean_locks
Argument
Type
Description
handle
Required
Handle to the session that is returned by
::chipscope::csejtag_session create
.