ChipScope Pro Software and Cores User Guide www.xilinx.com 187
UG029 (v14.3) October 16, 2012
CseFpga Tcl Commands
::chipscope::csefpga_is_configured
Returns the configuration status of an FPGA device.
Syntax
::chipscope::csefpga_is_configured handle deviceIndex
Arguments
Returns
Returns 1 if the device referred to by deviceIndex is configured, otherwise returns 0.
An exception is thrown if the command fails.
Example
Get the configuration status of the third device in the JTAG chain.
%set isConfigured [csefpga_is_configured $handle 2]
Back to list of all CseFpga Tcl Commands
Table 5-54: Arguments for Subcommand ::chipscope::csefpga_is_configured
Argument Type Description
handle
Required
Handle to the session that is returned by
::chipscope::csejtag_session create
deviceIndex Device index (0 to n-1) in the n-length JTAG chain.