Set_current_revision, Usage, Options – Altera Quartus II Scripting User Manual

Page 365: Description, Example, Set_current_revision –235

Advertising
background image

Chapter 3: Tcl Packages & Commands

3–235

project

© July 2013

Altera Corporation

Quartus II Scripting Reference Manual

set_current_revision

Usage

set_current_revision [-force] <revision_name>

Options

-force: Option to open the revision and overwrite the compilation database if the
database version is incompatible.

<revision_name>: Revision name

Description

Sets the specified revision name as the current revision.

In 8.1 or later versions of Quartus II software, set_current_revision gives an error when the compilation
database version is not compatible with the current version of Quartus II software. You may specify the
"-force" option to avoid the error and overwrite the database.

Example

## Sets "auto_max" as the current revision
set_current_revision auto_max

Advertising