Intel® Quartus® Prime Pro Edition User Guide: Scripting

ID 683432
Date 12/04/2023
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

4.1.27.54. set_revision_description (::quartus::project)

The following table displays information for the set_revision_description Tcl command:

Tcl Package and Version

Belongs to ::quartus::project

Syntax set_revision_description [-h | -help] [-long_help] -description <description> [ <revision_name> ]
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
-description <description> Revision description
<revision_name> Revision name
Description
Sets the description for the specified revision.
Example Usage
## Create a description for the revision "auto_max" 
set_revision_description auto_max -description "I am auto_max"
Return Value Code Name Code String Return
TCL_OK 0 INFO: Operation successful
TCL_ERROR 1 ERROR: You must open a project before you can use this command.
TCL_ERROR 1 ERROR: Revision is not included in the current project: <string> . Use the create_revision command to create the revision.