Intel® Quartus® Prime Pro Edition User Guide: Scripting

ID 683432
Date 12/12/2022
Public

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

Document Table of Contents

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

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