This step covers running the report_qor_suggestions
command to generate a report. The command can
be run on an open design at any stage of the implementation flow after synthesis. In
project mode, this is typically after synthesis or implementation. In non-project
mode, this can be after synth_design
, link_design
, opt_design
, place_design
, phys_opt_design
, or route_design
.
- In the Vivado IDE, from the
pull-down menus, click to bring up the dialog box shown in the following figure.
- Click OK to run the
command. The report opens automatically in the integrated design environment
(IDE). Due to the interactive nature of the report, only one instance of the
report can be open at any time. The equivalent Tcl command is as
follows:
report_qor_suggestions -max_paths 100 -file rqs.rpt
Note: By default,
the RQS command reports on the 100 worst failing paths per clock group. You can
change the number of paths that RQS uses for the analysis of timing-critical paths
by modifying the
-max_paths
switch. Increasing this
number generates more suggestions, but on paths that are reducing in
criticality.