Users can read the system level information on the HwDesign object
Vitis [0]: HwDesign.report_property()
Property Type Read-only Value
BOARD string true xilinx.com:zcu102:part0:3.4
CLASS string true hw_design
DESIGN_ID string true 0
DEVICE string true xczu9eg
FAMILY string true zynquplus
IS_RM string true True
IS_STATIC string true False
NAME string true mpsoc_preset_0
NODE_ID string true 0
PACKAGE string true ffvb1156
PARENT_ID string true 0
PART string true xczu9eg-ffvb1156-2-e
PATH string true mpsoc_preset.hwh
RP_ID_INFO string true
RP_INST_NAME string true
SPEEDGRADE string true -2
SW_REPOSITORIES string* true []
TIMESTAMP string true Thu Sep 25 05:38:26 2025
VIVADO_VERSION string true 2025.2
Users can return a specific property, such as the FAMILY
Vitis [0]: arch = HwDesign.FAMILY
Vitis [0]: print(arch)
zynquplus