Project Mode - 2025.2 English - UG906

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

Document ID
UG906
Release Date
2025-12-10
Version
2025.2 English

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:

  1. In the Design Runs window, right-click a run and select Set QoR Suggestions.
  2. 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>]