Using Interactive Report Files - 2020.2 English

UltraFast Design Methodology Guide for Xilinx FPGAs and SoCs

Document ID
UG949
Release Date
2021-02-18
Version
2020.2 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}.