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 6.0 |
|||
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. |