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 1.0

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.