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 .
Note: In Project Mode, the system generates and opens
the interactive reports automatically.
Recommended: When you generate a
report, the RPX file has a size limit. Therefore, AMD recommends using the
catch
command to prevent errors that can stop the flow. For example: catch {report_timing_summary -rpx timing_summary.rpx -file
timing_summary.rpt}.