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.4. 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

Syntax download_par_file [-h | -help] [-long_help] -destination_dir <destination_dir> -link <link>
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
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