146
ChipScope Pro Software and Cores User Guide
UG029 (v14.3) October 16, 2012
Chapter 5:
ChipScope Engine Tcl Interface
::chipscope::csejtag_target unlock
This subcommand releases an exclusive lock on a previously opened and locked JTAG
target device.
Syntax
::chipscope::csejtag_target unlock handle
Arguments
Returns
An exception is thrown if the subcommand fails.
Example
Unlock the target in the specified session.
%::chipscope::csejtag_target unlock $handle
Back to list of all CseJtag Tcl Commands
Table 5-18:
Arguments for Subcommand ::chipscope::csejtag_target unlock
Argument
Type
Description
handle
Required
Handle to the session that is returned by
::chipscope::csejtag_session create
.