get_revision_description (::quartus::project)

The following table displays information for the get_revision_description Tcl command:

Tcl Package and Version

Belongs to ::quartus::project 4.0

Syntax get_revision_description [-h | -help] [-long_help] [ <revision_name> ]
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
<revision_name> Revision name
Description
Returns the description for the specified revision.
Example Usage
## Get the description for the current revision
project_open chiptrip
set revision_name [get_current_revision]
get_revision_description $revision_name
project_close
Return Value Code Name Code String Return
TCL_OK 0 INFO: Operation successful
TCL_ERROR 1 ERROR: Revision is not included in the current project: <string> . Use the create_revision command to create the revision.
TCL_ERROR 1 ERROR: Project name was not specified or open project does not exist. Open an existing project or specify the project name.