Intel® Quartus® Prime Pro Edition User Guide: Block-Based Design

ID 683247
Date 12/16/2019
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

1.5.4. Viewing Quartus Database File Information

Although you cannot directly read a .qdb file, you can view helpful attributes about the file to quickly identify its contents and suitability for use.

The Intel® Quartus® Prime software automatically stores metadata about the project of origin when you export a Quartus Database File (.qdb). The Intel® Quartus® Prime software automatically stores metadata about the project of origin and resource utilization when you export a Partition Database File (.qdb) from your project. You can then use the Quartus Database File Viewer to display the attributes any of these .qdb files.

Figure 17. Quartus Database File Viewer
Follow these steps to view the attributes of a .qdb file:
  1. In the Intel® Quartus® Prime software, click File > Open, select Design Files for Files of Type, and select a .qdb file.
  2. Click Open. The Quartus Database File Viewer displays project and resource utilization attributes of the .qdb.

    Alternatively, run the following command-line equivalent:

    quartus_cdb --extract_metadata --file <archive_name.qdb> \
         --type quartus --dir <extraction_directory> \
         [--overwrite]