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 1.0

Syntax get_design_info [-h | -help] [-long_help] [-family <family> ] [-name <name> ] [-source <online|quartus|my_download|all> ] [-version <version> ]
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)
-version <version> The version of the design
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