The report_qor_assessment command can be
accessed on an open design in the Vivado IDE by
clicking .
Figure 1.
Report QoR
Assessment Dialog Box
The equivalent command at the Tcl Console is as follows:
report_qor_assessment -name rqa_1
You can adjust the number of timing paths analyzed by modifying the Number
of paths for suggestion analysis setting in the dialog box. The equivalent Tcl
command uses the
-max_paths <N> where <N> is the
number of paths:
report_qor_assessment -max_paths <N>
To show all the metrics that passed during assessment, enable the Report
passing metrics option in the dialog box. The equivalent Tcl command option
is:
report_qor_assessment -full_assessment_details
The option to generate supporting CSV files helps improve the ability to navigate a high volume of data when compared to the text report. To generate supporting CSV files, check the box and specify a directory. The CSV files are used to do the following:
- Show the timing paths contributing to the RQA score, and if suggestions are available to help address them
- Show cells and nets containing DONT_TOUCH properties that can prevent optimization
The equivalent Tcl command option uses the -csv_output_dir switch:
report_qor_assessment -csv_output_dir <directory>