Generating the QoR Suggestion Report - 2021.1 English

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

Document ID
UG906
Release Date
2021-06-30
Version
2021.1 English

The report_qor_suggestions command can be run from the Vivado® IDE using the Reports > Report QoR Suggestions pulldown menu.

Figure 1. Report QoR Suggestions Dialog Box

When running in the Vivado IDE, the report_qor_suggestions command generates new suggestions and reports on existing suggestions.

The equivalent command at the Tcl console is as follows:

report_qor_suggestions -name qor_suggestions_1
To change the timing path limit from the default of 100, change the Number of paths for suggestion analysis shown in the dialog box. The equivalent Tcl command uses the -max_paths <N> switch, where N is an integer:
report_qor_suggestions -max_paths <N>