Visible to Intel only — GUID: reference_TCL_tcl_pkg_project_ver_7_0_cmd_project_archive
Ixiasoft
Visible to Intel only — GUID: reference_TCL_tcl_pkg_project_ver_7_0_cmd_project_archive
Ixiasoft
3.1.24.34. project_archive (::quartus::project)
The following table displays information for the project_archive Tcl command:
Tcl Package and Version | Belongs to ::quartus::project |
||
Syntax | project_archive [-h | -help] [-long_help] [-all_revisions] [-include_libraries] [-include_outputs] [-overwrite] [-use_file_set <file_set> ] [-version_compatible_database] <archive_name> | ||
Arguments | -h | -help | Short help | |
-long_help | Long help with examples and possible return values | ||
-all_revisions | Option to archive all revisions | ||
-include_libraries | Option to include related system libraries | ||
-include_outputs | Option to include output files in archive | ||
-overwrite | Option to overwrite any currently existing archive file | ||
-use_file_set <file_set> | Option to create the archive using the specified file set | ||
-version_compatible_database | Option to include version-compatible database if supported | ||
<archive_name> | Archive file name | ||
Description | Archives an open project and its related files into a Quartus Prime Archive File (.qar). The description of operations is as follows: Option Description ------ ------------------------- use_file_set Creates the archive using the specified file set. By default, the 'basic' file set is used. For more information about file sets, type: quartus_sh --archive -list_file_sets all_revisions Archives all revisions. overwrite Overwrites existing archive file. include_outputs Includes output files in archive. include_libraries Includes related Megafunction and IP library files. version_compatible_database Includes version-compatible database if supported. |
||
Example Usage | |
||
Return Value | Code Name | Code |