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

Page 319: Description, Example, Delete_revision –189

Advertising
background image

Chapter 3: Tcl Packages & Commands

3–189

project

© July 2013

Altera Corporation

Quartus II Scripting Reference Manual

delete_revision

Usage

delete_revision <revision_name>

Options

<revision_name>: Revision name

Description

Deletes the specified revision from the current project. The corresponding <revision name>.qsf file is
deleted as well.

Example

## Delete the revision called "tmp"
delete_revision tmp

Advertising