Non-Project Mode - 2023.2 English

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

Document ID
UG906
Release Date
2023-10-19
Version
2023.2 English

The creation of the RQS file is the same as project mode. This writes the suggestion file that must then be added to the run using read_qor_suggestions. The read_qor_suggestions command should be run either before synth_design or before opt_design.

The equivalent Tcl commands for this flow are as follows:

read_vhdl <some_file>.vhd
read_qor_suggestions all_enabled_suggestions.rqs 
synth_design -top <top> -part <part>
opt_design
...
route_design
report_qor_suggestions -file design_rqs_routed.rpt
write_qor_suggestions -force all_enabled_suggestions.rqs
Note: The report_qor_suggestions command cannot be run until a design is loaded.