Intel® Quartus® Prime Pro Edition User Guide: Scripting

ID 683432
Date 4/03/2023
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.15. get_design_info (::quartus::board)

The following table displays information for the get_design_info Tcl command:

Tcl Package and Version

Belongs to ::quartus::board

Syntax get_design_info [-h | -help] [-long_help] [-family <family> ] [-name <name> ] [-source <online|quartus|my_download|all> ]
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
-family <family> The targeted device family of the design
-name <name> The name of the design
-source <online|quartus|my_download|all> The Load From sources of the designs (Online, Pre-installed, Downloaded or All)
Description
This command returns the information of designs that contain the given design name and device family (case insensitive). If no argument is given, the command will return the information of all the available designs.
Example Usage
set designs [::board::get_design_info -name pll -family agilex -source online]
Return Value Code Name Code String Return
TCL_OK 0 INFO: Operation successful