deploy_par_file (::quartus::board)

The following table displays information for the deploy_par_file Tcl command:

Tcl Package and Version

Belongs to ::quartus::board 1.0

Syntax deploy_par_file [-h | -help] [-long_help] -design_path <design_path> -destination_dir <destination_dir>
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
-design_path <design_path> The full path to the PAR file
-destination_dir <destination_dir> The directory to extract the PAR file to
Description
This command will deploy the PAR file from the given design_path argument, and extract it to the given destination_dir. 
Example Usage
::board::deploy_par_file -design_path ./test_dir/top.par -destination_dir ./test_dir
Return Value Code Name Code String Return
TCL_OK 0 INFO: Operation successful