142 www.xilinx.com ChipScope Pro Software and Cores User Guide
UG029 (v14.3) October 16, 2012
Chapter 5: ChipScope Engine Tcl Interface
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
1. Try to autodetect and open the target cable. Returns information on the opened target.
%set targetInfo [::chipscope::csejtag_target open $handle
$CSEJTAG_TARGET_AUTO progressFunc]
2. Try to open a Parallel cable in the port LPT1 with a frequency of 200000. Returns
information on the opened target.
%set targetInfo [::chipscope::csejtag_target open $handle
$CSEJTAG_TARGET_PARALLEL progressFunc “port=LPT1” “frequency=200000”]
Back to list of all CseJtag Tcl Commands
Value Description
target_name The same as the targetName string
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. For the Xilinx Platform Cable USB, this is
the Electronic Serial Number (ESN).
rawinfo The raw target info string
target_flags The integer containing target-specific flags