AN 899: Reducing Compile Time with Fast Preservation

ID 683493
Date 11/06/2019
Public

1.4.1. Step 1: Create Design Partitions

To export and reuse the root partition, first create reserved core partitions for the failing u_blinking_led_i3 and u_blinking_led_i4 blocks that require further optimization.
  1. In the Intel® Quartus® Prime Pro Edition software, click File > Open Project and open the /tutorial_base/top.qpf project file.
  2. Click Processing > Start > Start Analysis & Elaboration.
  3. In the Project Navigator, expand the u_blinking_led_top instance in the Hierarchy tab.
  4. Right-click the u_blinking_led_i3 instance, point to Design Partition, and select the Reserved Core partition Type. A design partition icon appears next to each instance you assign.
    Figure 12. Create Design Partitions
  5. Repeat step 4 to create a partition for the u_blinking_led_i4 instance. You will export the remaining instances as part of the root partition.
  6. If the Design Partitions Window is not already open, click Assignments > Design Partitions Window. The Design Partitions Window lists the partitions you define, along with the root partition (|) the Compiler automatically creates for each project.
    Figure 13. Design Partitions Window
    2
2 You can rearrange columns in Design Partitions Window to match the layout in this tutorial.