download_par_file (::quartus::board)

The following table displays information for the download_par_file Tcl command:

Tcl Package and Version

Belongs to ::quartus::board 1.0

Syntax download_par_file [-h | -help] [-long_help] -destination_dir <destination_dir> -link <link> [-silent]
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
-destination_dir <destination_dir> The directory to save the PAR file
-link <link> The URL to download the PAR file
-silent For internal use only, to avoid printing log to STDOUT
Description
This commands will download the PAR file from the given link argument and save the downloaded PAR file to the given destination_dir argument. 
Example Usage
::board::download_par_file -link https://design_link.com -destination_dir ./test_dir
Return Value Code Name Code String Return
TCL_OK 0 INFO: Operation successful