The Vivado IDE can verify the PDI downloaded
into an adaptive SoC device using the verify_hw_devices
Tcl command. The verify_hw_devices
command compares the
selected PDI's identification fields (image/node ID, unique ID, parent unique ID, and
function ID) to the identification fields found on the programmed device.
To verify a PDI matches the images currently programmed into the Versal device:
- Launch the Vivado Hardware Manager and connect to the previously programmed target.
- In the Hardware Device
Properties window, click the icon and select the PDI to
verify the programmed device against.
- At the Vivado Tcl prompt, run the command
verify_hw_devices [current_hw_device]
to verify the Image IDs contained in the selected PDI against those found in the programmed device.
Note: For Versal architectures,
the PDI verify feature is currently Tcl only.