Intel® Quartus® Prime Standard Edition User Guide: Getting Started

ID 683475
Date 12/16/2019
Public
Document Table of Contents

2.10.1. Project Revision Commands

create_revision Command

create_revision defines the properties of a new project revision.

create_revision <name> -based_on <revision_name> -copy_results -set_current
Table 5.  create_revision Command Options
Option Description
based_on (optional) Specifies the revision name on which the new revision bases its settings.
set_current (optional) Sets the new revision as the current revision.
copy_results Copies the results from the based_on revision.
-new_rev_type Specifies a base or impl (implementation) type for a new revision.
root_partition_qdb_file Specifies the name of a static region .qdb if already known when creating a revision.

get_project_revisions Command

get_project_revisions returns a list of all revisions in the project.

get_project_revisions <project_name>

delete_revision Command

delete_revision deletes the revision you specify from your project.

delete_revision <revision name>

set_current_revision Command

set_current_revision sets the revision you specify as the current revision.

set_current_revision -force <revision name>