186 www.xilinx.com ChipScope Pro Software and Cores User Guide
UG029 (v14.3) October 16, 2012
Chapter 5: ChipScope Engine Tcl Interface
::chipscope::csefpga_is_config_supported
Tests if configuration is supported for the target FPGA device.
Syntax
::chipscope::csefpga_is_config_supported handle idcode
Arguments
Returns
Returns 1 if configuration of the device referred to by idcode is supported by the
csefpga_configure_device command, otherwise returns 0.
An exception is thrown if the command fails.
Example
Determine if the device referred to by $idcode can be configured.
%set isConfigurable [csefpga_is_config_supported $handle $idcode]
Back to list of all CseFpga Tcl Commands
Table 5-53: Arguments for Subcommand
::chipscope::csefpga_is_config_supported
Argument Type Description
handle
Required
Handle to the session that is returned by
::chipscope::csejtag_session create.
idcode IDCODE for the desired device.