194
ChipScope Pro Software and Cores User Guide
UG029 (v14.3) October 16, 2012
Chapter 5:
ChipScope Engine Tcl Interface
::chipscope::csecore_is_cores_supported
Tests if a the target FPGA device supports ChipScope Pro cores.
Syntax
::chipscope::csecore_is_cores_supported handle idcode
Arguments
Returns
Returns 1 if the device referred to by
idcode
supports ChipScope Pro cores, otherwise
returns 0.
An exception is thrown if the command fails.
Example
Determine if device referred to by
$idcode
supports ChipScope Pro cores
%set supportsCores [csecore_is_cores_supported $handle $idcode]
Back to list of all CseCore Tcl Commands
Table 5-61:
Arguments for Subcommand
::chipscope::csecore_is_cores_supported
Argument
Type
Description
handle
Required
Handle to the session that is returned by
::chipscope::csejtag_session create
.
idcode
IDCODE
for the desired device.