Visible to Intel only — GUID: ugp1533315186470
Ixiasoft
1.1. Block-Based Design Terminology
1.2. Block-Based Design Overview
1.3. Design Methodologies Overview
1.4. Design Partitioning
1.5. Design Block Reuse Flows
1.6. Incremental Block-Based Compilation Flow
1.7. Combining Design Block Reuse and Incremental Block-Based Compilation
1.8. Setting-Up Team-Based Designs
1.9. Bottom-Up Design Considerations
1.10. Debugging Block-Based Designs with the Signal Tap Logic Analyzer
1.11. Block-Based Design Flows Revision History
1.12. Intel® Quartus® Prime Pro Edition User Guide: Block-Based Design Document Archive
Visible to Intel only — GUID: ugp1533315186470
Ixiasoft
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:
- In the Intel® Quartus® Prime software, click File > Open, select Design Files for Files of Type, and select a .qdb file.
- 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]