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 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}
.