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>