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_set_project_settings
Ixiasoft
Visible to Intel only — GUID: reference_TCL_tcl_pkg_project_ver_1_0_cmd_set_project_settings
Ixiasoft
3.1.29.58. set_project_settings (::quartus::project)
The following table displays information for the set_project_settings Tcl command:
Tcl Package and Version | Belongs to ::quartus::project |
||
Syntax | set_project_settings [-h | -help] [-long_help] [-cmp <revision_name> ] [-sim <revision_name> ] [-swb <revision_name> ] | ||
Arguments | -h | -help | Short help | |
-long_help | Long help with examples and possible return values | ||
-cmp <revision_name> | Revision name | ||
-sim <revision_name> | Revision name | ||
-swb <revision_name> | Revision name | ||
Description | Sets the current revision to the value specified by the "-cmp", "-sim", or "-swb" option. |
||
Example Usage | |
||
Return Value | Code Name | Code | String Return |
TCL_OK | 0 | INFO: Operation successful | |
TCL_ERROR | 1 | ERROR: Can't create revision: <string>. Specify a legal revision name using the -<string> option. | |
TCL_ERROR | 1 | ERROR: Can't run Tcl command while a process is in progress: <string>. To run the command, stop the compilation or simulation; or wait for the compilation or simulation to complete. | |
TCL_ERROR | 1 | ERROR: You must open a project before you can use this command. |