Reviewing the Design Power Distribution After Running Power Analysis - 2020.2 English

Versal ACAP System Integration and Validation Methodology Guide (UG1388)

Document ID
UG1388
Release Date
2021-02-04
Version
2020.2 English

You can review the total on-chip power and thermal properties as well as details of the power at the resource level to determine which parts of your design contribute most to the total power. For more information, see Review Your Design Power Distribution in the Vivado Design Suite User Guide: Power Analysis and Optimization (UG907).

Power Tip: Review and validate the decoupling requirement of the completed Vivado design against the current schematic/PCB. You can generate a .xpe file from Vivado report_power using the following Tcl commands:
set_operating_conditions -process maximum
set_operating_conditions -junction_temp 100.0
report_power -xpe {C:/Design_Runs/Vivado_export.xpe} -name {Any_Name}
You can then import the .xpe file into XPE. The XPE Power Delivery sheet shows the decoupling requirement based on the power estimation and power delivery option.