Intel® Quartus® Prime Pro Edition User Guide: Scripting

ID 683432
Date 12/13/2021
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.24.28. 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
set revision_name [get_project_settings -cmp]
set revision_name [get_project_settings -sim]
set revision_name [get_project_settings -swb]
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.