Viewing suggestions in TCL or Text Format - 2020.2 English

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

Document ID
UG906
Release Date
2021-01-25
Version
2020.2 English

Suggestion objects are stored in binary and as a consequence, the only way to read the suggestion is to load the design, read the suggestions and run report_qor_suggestions. Support for viewing and executing suggestions in TCL is available for users who do not wish to use the object flow.

To write out suggestions in TCL, the user must use:

write_qor_suggestions -tcl_output_dir <outputDir>

This will output one or more TCL files to the stated directory. This option is not available in the Vivado IDE.

Once objects are in TCL, a user must maintain the TCL to remove objects that are no longer required and append the TCL with newly generated TCL scripts.

Suggestions that are entered via TCL are no longer reported by report_qor_suggestions.