After generating the QoR Suggestions report, you need to write an .rqs
file that contains the selected suggestions for use in a future suggestion run.
In the Vivado IDE, choose the suggestions you want to include in the .rqs file.
Figure 1. Select/Write Suggestions

Use the Write Suggestions to Project dialog box to specify the file name and any required options.
Figure 2.
Write Suggestions to Project Dialog
Box

The equivalent Tcl option is as follows:
write_qor_suggestions filename.rqs
Some suggestions require you to override DONT_TOUCH properties. If
needed, in Tcl, add this
option:
write_qor_suggestions -disable_dont_touch
Machine learning (ML) strategy suggestions are handled separately from
standard suggestions. You can generate multiple strategy
.rqs files from a single run. The equivalent Tcl option is as
follows:write_qor_suggestions -strategy_dir <directory>For
more details, refer to the Strategy Suggestions section.