Other Command Options - 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

You can refine the behavior of the report_qor_suggestions command using the following options:

-of_objects <suggestion objects>
Use this option to report specific QoR suggestions without generating new ones.
  • This mode runs quickly and is helpful for reviewing suggestions from an .rqs file that has already been loaded.
  • Example:
    report_qor_suggestions -of_objects [get_qor_suggestions <objectNames>]
    
-cells <cellName>
Use this option to change the top-level cell for the analysis.
  • By default, the command analyzes the design’s top-level cell.
  • To analyze a different module, specify it with this option.