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
Give Feedback

3.1.24.39. project_open (::quartus::project)

The following table displays information for the project_open Tcl command:

Tcl Package and Version

Belongs to ::quartus::project

Syntax project_open [-h | -help] [-long_help] [-current_revision] [-force] [-revision <revision_name> ] <project_name>
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
-current_revision Option to open the current revision automatically
-force Option to open the project and overwrite the compilation database if the database version is incompatible.
-revision <revision_name> Revision name
<project_name> Project name
Description
Opens an existing project. To create a new project, use the
project_new command.

If the -revision option is not specified, the project name is
specified as the revision name.

The project_open command gives an error when the compilation database
version is not compatible with the current version of Quartus Prime
software.  You may specify the "-force" option to avoid the error and
overwrite the database.
Example Usage
## Open pr