Description of Tcl Commands to Access Hardware - 2022.1 English

Vivado Design Suite User Guide: Programming and Debugging (UG908)

Document ID
UG908
Release Date
2022-04-26
Version
2022.1 English

The following table contains descriptions of all Tcl commands used to interact with the IBERT core.

Important: Using the get_property or set_property command does not read or write information to/from the IBERT core. You must use the refresh_hw_sio and commit_hw_sio commands to read and write information from/to the hardware, respectively.
Table 1. Descriptions of hw_server Tcl Commands
Tcl Command Description
refresh_hw_sio Read the property values out of the provided object. Works for any hw_sio object that refers to hardware.
commit_hw_sio Writes property changes to the hardware. Works for any hw_sio object that refers to hardware.