read_qor_suggestions - 2023.2 English

Vivado Design Suite Tcl Command Reference Guide (UG835)

Document ID
UG835
Release Date
2023-10-18
Version
2023.2 English

Read QoR Suggestions from the given file

Syntax

read_qor_suggestions [‑quiet] [‑verbose] <file>

Usage

Name Description
[-quiet] Ignore command errors
[-verbose] Suspend message limits during command execution
<file> QoR suggestions file Values: Path to the QoR suggestions file, typically ending with .rqs.

Categories

FileIO, Feasibility, Timing

Description

Read the specified file and extract the QoR suggestions from the file.

This command returns the name of the QoR file read, or returns an error if it fails.

Arguments

-quiet - (Optional) Execute the command quietly, returning no messages from the command. The command also returns TCL_OK regardless of any errors encountered during execution.
Note: Any errors encountered on the command-line, while launching the command, will be returned. Only errors occurring inside the command will be trapped.
-verbose - (Optional) Temporarily override any message limits and return all messages from this command.
Note: Message limits can be defined with the set_msg_config command.

<file> - (Required) Read the QoR suggestions from the specified file, which should have the .rqs suffix.

Note: If the path is not specified as part of the file name, the tool will search for the specified file in the current working directory and then in the directory from which the tool was launched.

Examples

The following example reads the QoR suggestions from the specified file, and then reports the QoR suggestions in the open design:

read_qor_suggestions C:/Data/qor_results.rqs
report_qor_suggestions -of_objects [get_qor_suggestions]