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

ID 683247
Date 11/07/2023
Public
Document Table of Contents

2.5.2.4. Step 4: Consumer: Add the Root Partition and Compile

To reuse the root partition in another project, the Consumer assigns the exported root partition .qdb in the Consumer project settings. The root partition .qdb includes all Logic Lock region and partition information for the reserved core from the Developer project. There is no need to recreate these constraints in the Consumer project. After assigning the .qdb, the Consumer project includes all additional information from the Developer project compilation snapshot. The Consumer then adds RTL for the reserved core partition.

Follow these steps to reuse the root partition in a Consumer project:

  1. The Consumer obtains the exported root partition .qdb file from the Developer.
  2. Open the project that you want to reuse the exported root partition.
  3. In the Design Partitions Window, specify a .qdb in Partition Database File to replace the root_partition logic.
    Figure 15. Partition Database File Option in Design Partitions Window
  4. The Consumer adds RTL and any .sdc constraints for the reserved core partition.
  5. To enable the Fast Preserve option that simplifies the logic of the preserved partition to only interface logic2 during compilation, click Assignments > Settings > Compiler Settings > Incremental Compile > Fast Preserve.
  6. To run all compilation stages, click Processing > Start Compilation. The Compiler implements the reused root partition and constraints.
    Note: To use the Entity Re-binding option, you add the .qdb to the project by specifying a .qdb for the Partition Database File option in the Design Partitions Window. Refer to Reserved Core Entity Re-Binding for more information.
2 Interface logic is logic at the partition boundary that interfaces with the rest of the design.