Intel® Quartus® Prime Pro Edition User Guide: Scripting
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: reference_TCL_tcl_pkg_drc_ver_1_0_cmd_drc__get_stage_info
Ixiasoft
Visible to Intel only — GUID: reference_TCL_tcl_pkg_drc_ver_1_0_cmd_drc__get_stage_info
Ixiasoft
4.1.9.15. drc::get_stage_info (::quartus::drc)
The following table displays information for the drc::get_stage_info Tcl command:
Tcl Package and Version | Belongs to ::quartus::drc |
||
Syntax | drc::get_stage_info [-h | -help] [-long_help] [-executable <executable> ] [-rule_set <rule_set> ] [-snapshot <snapshot> ] [-stage <stage> ] | ||
Arguments | -h | -help | Short help | |
-long_help | Long help with examples and possible return values | ||
-executable <executable> | The executable name to find stages. | ||
-rule_set <rule_set> | The rule set name to find stages. | ||
-snapshot <snapshot> | The snapshot name to find stages. | ||
-stage <stage> | The stage name to get exectuable, snapshot, and rule set. | ||
Description | The Utility to find stage info in terms of all available stages, and executables and snapshots associate with snapshots. No error info provided. |
||
Example Usage | # Get all the stage names ::drc::get_stage_info # Get executable and snapshot for a stage ::drc::get_stage_info -stage $stage_name # Get stages with the input executable name ::drc::get_stage_info -executable $executable_name # Get stages with the input snapshot name ::drc::get_stage_info -snapshot $snapshot_name # Get stage with the input snapshot and executable name ::drc::get_stage_info -snapshot $snapshot_name -executable $executable_name |
||
Return Value | Code Name | Code | String Return |
TCL_OK | 0 | INFO: Operation successful |