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_project_ver_1_0_cmd_get_project_settings
Ixiasoft
Visible to Intel only — GUID: reference_TCL_tcl_pkg_project_ver_1_0_cmd_get_project_settings
Ixiasoft
3.1.29.29. get_project_settings (::quartus::project)
The following table displays information for the get_project_settings Tcl command:
Tcl Package and Version | Belongs to ::quartus::project |
||
Syntax | get_project_settings [-h | -help] [-long_help] [-cmp] [-sim] [-swb] | ||
Arguments | -h | -help | Short help | |
-long_help | Long help with examples and possible return values | ||
-cmp | Revision name | ||
-sim | Revision name | ||
-swb | Revision name | ||
Description | Returns the name of the current revision regardless of which option was specified. |
||
Example Usage |
|
||
Return Value | Code Name | Code | String Return |
TCL_OK | 0 | INFO: Operation successful | |
TCL_ERROR | 1 | ERROR: Can't find active revision name. Make sure there is an open, active revision name. | |
TCL_ERROR | 1 | ERROR: You must open a project before you can use this command. |