Design QoR Summary - 2022.1 English

Vivado Design Suite User Guide: Design Analysis and Closure Techniques (UG906)

Document ID
UG906
Release Date
2022-05-04
Version
2022.1 English

The command-line option -qor_summary can be used to generate a QoR summary for each step of the flow. This option is only available from the Tcl console. This option can be generated in two formats, either text based report or JSON format.

To generate the text-based format, run the following command:

report_design_analysis -qor_summary
Figure 1. Report Design Analysis QoR Summary

The summary report can also be generated in JSON format. In JSON format, the table is presented in flat as a single table which makes parsing it easier. It is the only section of this report that can be output in this format, but it offers an easier way to parse some key design metrics. To generate the summary report in JSON format, run the following command:

report_design_analysis -qor_summary -json <json filename>