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 1.0 |
|||
| 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 | ||