Users can read the system level information on the HwDesign object
Vitis [0]: HwDesign.report_property()
Property Type Read-only Value
ADDRESS_TAG string* true
BOARD string true xilinx.com:zcu102:part0:3.4
CLASS string true hw_design
DEVICE string true xczu9eg
FAMILY string true zynquplus
NAME string true design_1_wrapper
PACKAGE string true ffvb1156
PART string true xczu9eg-ffvb1156-2-e
PATH string true design_1.hwh
SPEEDGRADE string true -2
SW_REPOSITORIES string* true
TIMESTAMP string true Wed Aug 16 16:42:32 2023
VIVADO_VERSION string true 2023.2
Users can return a specific property, such as the FAMILY
Vitis [0]: arch = HwDesign.FAMILY
Vitis [0]: print(arch)
zynquplus