Chapter 5: ChipScope Engine Tcl Interface
Returns
A list in the format:
Where:
Note:
Example
1.
2.
Back to list of all CseJtag Tcl Commands
142
{target_name plugin_name fw_ver driver_ver plugin_ver vendor frequency
port full_name target_uid rawinfo target_flags}
Value
The same as the targetName string
target_name
The plugin library name string
plugin_name
The firmware version string
fw_ver
The driver version string
driver_ver
The plugin version string
plugin_ver
The vendor string
vendor
The frequency string
frequency
The port string
port
The full target name string
full_name
The target-unique ID string. For the Xilinx Platform Cable USB, this is
target_uid
the Electronic Serial Number (ESN).
The raw target info string
rawinfo
The integer containing target-specific flags
target_flags
An exception is thrown if the subcommand fails.
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]
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"]
www.xilinx.com
Description
ChipScope Pro Software and Cores User Guide
UG029 (v14.3) October 16, 2012
Need help?
Do you have a question about the ChipScope Pro and is the answer not in the manual?
Questions and answers