load_design_info (::quartus::board)

The following table displays information for the load_design_info Tcl command:

Tcl Package and Version

Belongs to ::quartus::board 1.0

Syntax load_design_info [-h | -help] [-long_help] [-append] [-download_path <download_path> ] [-source <online|quartus|my_download> ]
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
-append If this option is specified, the designs information will be appended to the existing loaded designs
-download_path <download_path> A list of paths that contains the PAR files. This argument will be ignored for source = online | quartus option
-source <online|quartus|my_download> Load From sources of the designs (Online, Pre-installed or Downloaded)
Description
The command loads the designs based on the source argument specified.
Example Usage
::board::load_design_info -source quartus
::board::load_design_info -source my_download -download_path ../project_dir -append
Return Value Code Name Code String Return
TCL_OK 0 INFO: Operation successful