The following table contains descriptions of all Tcl commands used to interact with System Monitor core.
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.