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.2.16. get_design_quartus_versions (::quartus::board)

The following table displays information for the get_design_quartus_versions Tcl command:

Tcl Package and Version

Belongs to ::quartus::board

Syntax get_design_quartus_versions [-h | -help] [-long_help] [-max_count <max_count> ] [-source <online|quartus|my_download|all> ]
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
-max_count <max_count> The maximum number of Quartus versions returned (the last max_count from the latest Quartus version)
-source <online|quartus|my_download|all> The Load From sources of the designs (Online, Pre-installed, Downloaded or All)
Description
This command returns the unique Quartus versions of the designs that are loaded from the source argument. If source argument isn't specified, the command will return unique Quartus versions of all the loaded designs.
Example Usage
set quartus_versions [::board::get_design_quartus_versions -max_count 5]
Return Value Code Name Code String Return
TCL_OK 0 INFO: Operation successful