The -qor_summary command-line option generates a quality of results
(QoR) summary for each step of the flow. This option is available only from the Tcl
Console and can produce either a text-based report or a JSON-formatted report.
To generate the text-based format, run:
report_design_analysis -qor_summary
To generate the JSON format, run:
report_design_analysis -qor_summary -json <json filename>
The JSON format presents the table as a flat, single table, making it easier to parse. This section of the report is the only one that can be output in JSON format, but it provides an efficient way to extract key design metrics.
Figure 1. Report Design Analysis QoR Summary