is_database_version_compatible (::quartus::project)
The following table displays information for the is_database_version_compatible Tcl command:
Tcl Package and Version |
Belongs to ::quartus::project 6.0 |
|||
Syntax | is_database_version_compatible [-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 |
Checks whether a project's database is compatible with current version of the software. Returns 1, if the database is compatible; returns 0, otherwise. Mainly this check is for databases that are restored from another version of the software |
|||
Example Usage |
## Check project database version compatibility if [is_database_version_compatible chiptrip] { # proceed if compatible } |
|||
Return Value | Code Name | Code | String Return | |
TCL_OK | 0 | INFO: Operation successful |