Quartus® Prime Pro Edition User Guide: Getting Started

ID 683463
Date 4/01/2024
Public
Document Table of Contents

5.9.2. Project Archive Commands

project_archive Command

project_archive archives your project into a single, compressed .qar file.

project_archive <name>.qar
Table 38.  project_archive Command Options
Options Description
-all_revisions Includes all revisions of the current project in the archive.
-common_directory /<name> Preserves original project directory structure in specified subdirectory.
-include_libraries Includes libraries in archive.
-include_outputs Includes output files in archive.
-use_file_set <file_set> Includes specified fileset in archive.
-version_compatible_database Includes version-compatible database files in archive.

restore_archive Command

Restores an archived project to a destination directory with optional overwriting of current contents.

project_restore <name>.qar -destination <directory name> -overwrite