get_design_download_link (::quartus::board)

The following table displays information for the get_design_download_link Tcl command:

Tcl Package and Version

Belongs to ::quartus::board 1.0

Syntax get_design_download_link [-h | -help] [-long_help] [-link_only] [-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
-link_only If this option is specified, only a list of download link will be returned (instead of list of <design_name, download_link> pair)
-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 URL to download the designs that contain the given design name. If no argument is supplied, the command will return the design download link of all the available designs.
Example Usage
set link [::board::get_design_download_link -link_only]
Return Value Code Name Code String Return
TCL_OK 0 INFO: Operation successful