Save and Restore Power Reports - 2020.2 English

Vivado Design Suite User Guide: Power Analysis and Optimization (UG907)

Document ID
UG907
Release Date
2020-11-24
Version
2020.2 English

Save and restore power reports is a new feature introduced in Vivado® . This feature allows you to save the power reports from Vivado Integrated Design Environment and then reopen them when required. The report will be saved in the rpx format and can be opened at any time using the following Vivado Tcl command:

open_report

When you run and open implemented design in the project mode, you see that the power report impl_1 opens up by default like a timing report. In the checkpoint flow, you can save the report using -rpx option with report_power tcl command:

report_power -rpx design_1_power.rpx

This saved report can be restored in Vivado Integrated Design Environment using the following Tcl command:

open_report -name rpx1 ./design_1_power.rpx