154
ChipScope Pro Software and Cores User Guide
UG029 (v14.3) October 16, 2012
Chapter 5:
ChipScope Engine Tcl Interface
::chipscope::csejtag_target get_info
This subcommand retrieves information from a previously opened JTAG target.
Note:
A JTAG target lock does not need to be obtained prior to calling this function.
Syntax
::chipscope::csejtag_target get_info handle
Arguments
Returns
A list in the format:
{target_name plugin_name fw_ver driver_ver plugin_ver vendor frequency
port full_name target_uid rawinfo target_flags}
Where:
Note:
An exception is thrown if the subcommand fails.
Example
Obtain information about the current JTAG target.
%set targetInfo [::chipscope::csejtag_target get_info $handle]
Back to list of all CseJtag Tcl Commands
Table 5-26:
Arguments for Subcommand ::chipscope::csejtag_target get_info
Argument
Type
Description
handle
Required
Handle to the session that is returned by
::chipscope::csejtag_session create
.
Value
Description
target_name
The name of the JTAG target
plugin_name
The plugin library name string
fw_ver
The firmware version string
driver_ver
The driver version string
plugin_ver
The plugin version string
vendor
The vendor string
frequency
The frequency string
port
The port string
full_name
The full target name string
target_uid
The target-unique ID string
rawinfo
The raw target info string
target_flags
The integer containing target-specific flags