Intel® Quartus® Prime Pro Edition User Guide: Scripting

ID 683432
Date 6/20/2022
Public

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

Document Table of Contents

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
## Sets the revision to auto_max.qsf
set_project_settings -cmp auto_max

## Sets the revision to auto_max.qsf
set_project_settings -sim auto_max

## Sets the revision to auto_max.qsf
set_project_settings -swb auto_max
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.