The report_qor_suggestions
command can be
run from the
Vivado®
IDE using the 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>