Visible to Intel only — GUID: reference_TCL_tcl_pkg_project_ver_7_0_cmd_project_restore
Ixiasoft
Visible to Intel only — GUID: reference_TCL_tcl_pkg_project_ver_7_0_cmd_project_restore
Ixiasoft
3.1.24.40. project_restore (::quartus::project)
The following table displays information for the project_restore Tcl command:
Tcl Package and Version | Belongs to ::quartus::project |
||
Syntax | project_restore [-h | -help] [-long_help] [-destination <directory> ] [-overwrite] [-update_included_file_info] <archive_file> | ||
Arguments | -h | -help | Short help | |
-long_help | Long help with examples and possible return values | ||
-destination <directory> | Directory where restored files are placed | ||
-overwrite | Option to overwrite files in destination directory | ||
-update_included_file_info | Option to update included file information | ||
<archive_file> | Archive file name | ||
Description | Restores a Quartus Prime Archive File (.qar) that contains the project and its related files. By default, the archive is restored into the current directory. Use the "-destination" option to restore the files into a new directory. By default, the command fails if the archive already contains files in the destination directory. Use the "-overwrite" option to overwrite any existing files in the destination directory. |
||
Example Usage | |
||
Return Value | Code Name | Code | String Return |
TCL_OK | 0 | INFO: Operation successful | |
TCL_ERROR | 1 | ERROR: Can't run Tcl command while a process is in progress: < |