In project mode, after suggestions are written to an RQS file, the file is automatically added to the project’s utility sources fileset (utils_1). Store the file outside the run directory, because it is deleted when the run is reset. Use a unique directory per run so multiple runs can each have their own suggestion file. The recommended location is: <project_dir>/<project>.srcs/utils_1/<run_name>.
To set QoR suggestions in the Vivado IDE:
- In the Design Runs window, right-click a run and select Set QoR Suggestions.
- Select Enable Suggestions to choose a suggestion file, the automatic run, or both.
Figure 1.
Set QoR Suggestions Window
Equivalent Tcl Commands
write_qor_suggestions -of_objects [get_qor_suggestions \
{<NAME_1> <NAME_2>}] -file <fn.rqs>
add_files -fileset utils_1 <fn>.rqs
set_property RQS_FILES <fn>.rqs [get_runs <run name>]