ChipScope Pro Software and Cores User Guide
191
UG029 (v14.3) October 16, 2012
CseFpga Tcl Commands
::chipscope::csefpga_set_sys_mon_reg
Writes to a System Monitor register.
Syntax
::chipscope::csefpga_set_sys_mon_reg handle deviceIndex hexAddress
hexInData
Arguments
Returns
An exception is thrown if the command fails.
Example
For the second device in the JTAG chain, write
0xABCD
to the System Monitor register at
address
0x09
.
%csefpga_set_sys_mon_reg $handle 1 9 abcd
Back to list of all CseFpga Tcl Commands
Table 5-58:
Arguments for Subcommand ::chipscope::csefpga_set_sys_mon_reg
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.
hexAddress
System Monitor DRP register address (in hexadecimal) to
be written to.
hexInData
Data value (in hexadecimal) to be written to the System
Monitor DRP register.