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