Quartus® Prime Pro Edition User Guide: Scripting

ID 683432
Date 7/07/2025
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

4.1.31.17. qed::get_dvrs (::quartus::qed)

The following table displays information for the qed::get_dvrs Tcl command:

Tcl Package and Version

Belongs to ::quartus::qed

Syntax qed::get_dvrs [-h | -help] [-long_help] [-description <description> ] [-dvr_type <dvr_type> ] [-extraction_tasks <extraction_tasks> ] [-motivation_cmd <motivation_cmd> ] [-name <name> ] [-recommendation_specs <recommendation_specs> ] [-validation_cmd <validation_cmd> ] [-checks <checks> ] [ <id> ]
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
-description <description> Description of the functionalities of the DVR. (Valid only for -type dvr)
-dvr_type <dvr_type> Type of DVR (Valid only for -type dvr)
-extraction_tasks <extraction_tasks> List of tasks to run in extraction. (Valid only for -type dvr)
-motivation_cmd <motivation_cmd> Name of the method that performs the DVR's motivation operation. (Valid only for -type dvr)
-name <name> Full name of the DVR. (Valid only for -type dvr)
-recommendation_specs <recommendation_specs> List of recommendation specifications. (Valid only for -type dvr)
-validation_cmd <validation_cmd> Name of the method that performs the DVR's validation operation. (Valid only for -type dvr)
-checks <checks> List of Tcl expressions that evaluate to true for objects to retrieve. Expressions may use properties as variables of the same name during the check.
<id> Identifier associated with the object, must be unique
Description
Returns a Tcl list of Design Variant Recommendation (DVR) objects that match
the options you specify.

If no objects match, the command returns an empty list.
Example Usage
    qed::get_dvrs
    qed::get_dvrs -dvr_type experimental
Return Value Code Name Code String Return
TCL_OK 0 INFO: Operation successful