delete_revision (::quartus::project)
The following table displays information for the delete_revision Tcl command:
Tcl Package and Version |
Belongs to ::quartus::project 6.0 |
|||
Syntax | delete_revision [-h | -help] [-long_help] [-remove_results] <revision_name> | |||
Arguments | -h | -help | Short help | ||
-long_help | Long help with examples and possible return values | |||
-remove_results | Option to delete the database files | |||
<revision_name> | Revision name | |||
Description |
Deletes the specified revision from the current project. The corresponding <revision name>.qsf file is deleted as well. |
|||
Example Usage |
## Delete the revision called "tmp" delete_revision tmp |
|||
Return Value | Code Name | Code | String Return | |
TCL_OK | 0 | INFO: Operation successful | ||
TCL_ERROR | 1 | ERROR: Can't delete the current revision: <string>. Specify a different revision name. | ||
TCL_ERROR | 1 | ERROR: Can't delete revision because it is not included in the current project: <string> . Specify a revision name that is included in the project. | ||
TCL_ERROR | 1 | ERROR: You must open a project before you can use this command. |