Intel® Quartus® Prime Pro Edition User Guide: Scripting

ID 683432
Date 6/20/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

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

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