get_database_version (::quartus::project)
The following table displays information for the get_database_version Tcl command:
| Tcl Package and Version |
Belongs to ::quartus::project 1.0 |
|||
| Syntax | get_database_version [-h | -help] [-long_help] <project_name> | |||
| Arguments | -h | -help | Short help | ||
| -long_help | Long help with examples and possible return values | |||
| <project_name> | Project name | |||
| Description |
Return the project's database version. This is the version of software that the database was created. |
|||
| Example Usage |
## Print message on database version set db_version [get_database_version chiptrip] post_message "The database is created from \"$db_version\"" |
|||
| Return Value | Code Name | Code | String Return | |
| TCL_OK | 0 | INFO: Operation successful | ||
| TCL_ERROR | 1 | ERROR: The input project <string> is not found. | ||