Using Interactive Report Files - 2021.1 English

Versal ACAP Hardware, IP, and Platform Development Methodology Guide (UG1387)

Document ID
UG1387
Release Date
2021-07-26
Version
2021.1 English

After opening a checkpoint, you can read in and immediately analyze generated reports in the Vivado IDE. To generate the reports, use the following reporting commands and append the -rpx <filename.rpx> option:

report_timing_summary
report_timing
report_power
report_methodology
report_drc

After the checkpoint is open, you can open the interactive report file using Reports > Open Interactive Report.

Note: In Project Mode, the interactive reports are generated and opened automatically.
Recommended: When a report is generated, there is a size limit on the RPX file. Therefore, Xilinx recommends using the catch command to prevent errors that might stop the flow. For example: catch {report_timing_summary -rpx timing_summary.rpx -file timing_summary.rpt}.