QoR suggestions guide the AMD Vivado™ synthesis and implementation tools. You can use built-in Vivado suggestions or Tcl-based custom QoR suggestions from the Vivado Tcl App Store. Both suggestion types work the same way, but custom Tcl suggestions can be updated more frequently because the Vivado Store delivers them.
You can also create your own Custom QoR
Suggestions in the QoR suggestion flow. Use the same method as
custom DRCs, and reference a Tcl procedure as a new suggestion. After you register the
suggestion, you can call it using the report_qor_suggestions command. After generation, the flow is the same as
for other suggestions.
Unlike engine based checks, custom QoR checks that you create for the custom QoR
suggestions flow are not generated by default. Call them using the following
command:
report_qor_suggestions -checks [get_qor_checks <check ID>]