Description of hw_sysmon Tcl Commands - 2021.2 English

Vivado Design Suite User Guide: Programming and Debugging

Document ID
UG908
Release Date
2021-10-22
Version
2021.2 English

The following table contains descriptions of all Tcl commands used to interact with System Monitor core.

Table 1. Descriptions of hw_sysmon Tcl commands
Tcl Command Description
commit_hw_sysmon Commits the current property values defined on a hw_sysmon object to the System Monitor registers on the hardware device.
get_hw_sysmon_reg Returns the hex value of the System Monitor register defined at the specified address of the specified hw_sysmon object.
get_hw_sysmons Returns the list of Sysmon debug core objects defined on the current hardware device.
refresh_hw_sysmon Refreshes the properties of the hw_sysmon object with the values on the System Monitor from the current hw_device.
set_hw_sysmon_reg Sets the System Monitor register at the specified address to the hex value specified.
Note: Detailed help for each of these commands can be obtained by typing < command name > -help on the Vivado Tcl Console.