Intel® Quartus® Prime Pro Edition User Guide: Partial Reconfiguration
ID
683834
Date
10/04/2021
Public
A newer version of this document is available. Customers should click here to go to the newest version.
1.1. Partial Reconfiguration Terminology
1.2. Partial Reconfiguration Process Sequence
1.3. Internal Host Partial Reconfiguration
1.4. External Host Partial Reconfiguration
1.5. Partial Reconfiguration Design Flow
1.6. Partial Reconfiguration Design Considerations
1.7. Hierarchical Partial Reconfiguration
1.8. Partial Reconfiguration Design Timing Analysis
1.9. Partial Reconfiguration Design Simulation
1.10. Partial Reconfiguration Design Debugging
1.11. Partial Reconfiguration Security ( Intel® Stratix® 10 Designs)
1.12. PR Bitstream Compression and Encryption ( Intel® Arria® 10 and Intel® Cyclone® 10 GX Designs)
1.13. Avoiding PR Programming Errors
1.14. Exporting a Version-Compatible Compilation Database for PR Designs
1.15. Creating a Partial Reconfiguration Design Revision History
1.5.1. Step 1: Identify Partial Reconfiguration Resources
1.5.2. Step 2: Create Design Partitions
1.5.3. Step 3: Floorplan the Design
1.5.4. Step 4: Add the Partial Reconfiguration Controller Intel® FPGA IP
1.5.5. Step 5: Define Personas
1.5.6. Step 6: Create Revisions for Personas
1.5.7. Step 7: Compile the Base Revision and Export the Static Region
1.5.8. Step 8: Setup PR Implementation Revisions
1.5.9. Step 9: Program the FPGA Device
1.6.1. Partial Reconfiguration Design Guidelines
1.6.2. PR Design Timing Closure Best Practices
1.6.3. PR File Management
1.6.4. Evaluating PR Region Initial Conditions
1.6.5. Creating Wrapper Logic for PR Regions
1.6.6. Creating Freeze Logic for PR Regions
1.6.7. Resetting the PR Region Registers
1.6.8. Promoting Global Signals in a PR Region
1.6.9. Planning Clocks and other Global Routing
1.6.10. Implementing Clock Enable for On-Chip Memories with Initialized Contents
2.1. Internal and External PR Host Configurations
2.2. Partial Reconfiguration Controller Intel® FPGA IP
2.3. Partial Reconfiguration Controller Intel® Arria® 10 /Cyclone 10 FPGA IP
2.4. Partial Reconfiguration External Configuration Controller Intel® FPGA IP
2.5. Partial Reconfiguration Region Controller Intel® FPGA IP
2.6. Avalon® Memory-Mapped Partial Reconfiguration Freeze Bridge IP
2.7. Avalon® Streaming Partial Reconfiguration Freeze Bridge IP
2.8. Generating and Simulating Intel® FPGA IP
2.9. Intel® Quartus® Prime Pro Edition User Guide: Partial Reconfiguration Archive
2.10. Partial Reconfiguration Solutions IP User Guide Revision History
2.3.1. Agent Interface
2.3.2. Reconfiguration Sequence
2.3.3. Interrupt Interface
2.3.4. Parameters
2.3.5. Ports
2.3.6. Timing Specifications
2.3.7. PR Control Block and CRC Block Verilog HDL Manual Instantiation
2.3.8. PR Control Block and CRC Block VHDL Manual Instantiation
2.3.9. PR Control Block Signals
2.3.10. Configuring an External Host for Intel® Arria® 10 or Intel® Cyclone® 10 GX Designs
2.8.1. Specifying the IP Core Parameters and Options ( Intel® Quartus® Prime Pro Edition)
2.8.2. Running the Freeze Bridge Update script
2.8.3. IP Core Generation Output ( Intel® Quartus® Prime Pro Edition)
2.8.4. Intel® Arria® 10 and Intel® Cyclone® 10 GX PR Control Block Simulation Model
2.8.5. Generating the PR Persona Simulation Model
1.5.3. Step 3: Floorplan the Design
Use Logic Lock floorplan constraints in your PR design to physically partition the device. Each PR partition in your design must have a corresponding, exclusive physical partition.
You create Logic Lock regions to define the physical partition for your PR region. This partitioning ensures that the resources available to the PR region are the same for any persona that you implement.
PR Region Floorplan
Your PR region must include only core logic, such as LABs, RAMs, ROMs, and DSPs in a PR region. Intel® Agilex™ and Intel® Stratix® 10 designs can also include Hyper-Registers in the PR partition. Instantiate all periphery design elements, such as transceivers, external memory interfaces, and clock networks in the static region of the design. The Logic Lock regions you create can cross periphery locations, such as the I/O columns and the HPS, because the constraint is core-only.
There are two region types:
- Place regions—use these regions to constrain logic to a specific area of the device. The Fitter places the logic in the region you specify. The Fitter can also place other logic in the region unless you designate the region as Reserved.
- Route regions—use these regions to constrain routing to a specific area. The routing region must fully enclose the placement region. Additionally, the routing regions for the PR regions cannot overlap.
Figure 8. Floorplanning your PR Design
Follow these guidelines when floorplanning your PR design:
- Complete the periphery and clock floorplan before core floorplanning. You can use Interface Planner (Tools > Interface Planner) to create periphery floorplan assignments for your design.
- Define a routing region that is at least 1 unit larger than the placement region in all directions.
- Do not overlap the routing regions of multiple PR regions.
- Select the PR region row-wise for least bitstream overhead. In Intel® Arria® 10 and Intel® Cyclone® 10 GX devices, short, wider regions generate smaller bitstreams than tall, narrower regions. Intel® Agilex™ and Intel® Stratix® 10 configuration occurs on sectors. For the least bitstream overhead, ensure that you align the PR region to sectors. Refer to "Analyzing and Optimizing the Design Floorplan," in Intel® Quartus® Prime Pro Edition User Guide: Design Optimization.
- For Intel® Arria® 10 and Intel® Cyclone® 10 GX devices, the height of your floorplan affects the reconfiguration time. A floorplan larger in the Y direction takes longer to reconfigure. This condition does not apply to Intel® Agilex™ or Intel® Stratix® 10 devices because they configure according to sectors.
- Define sub Logic Lock regions within PR regions to improve timing closure.
- If your design includes HPR parent and child partitions, the placement region of the parent region must fully enclose the routing and placement region of its child region. Also, the parent wire LUTs must be in an area outside the child PR region. This requirement is because the child PR region is exclusive to all other logic, which includes the parent and the static region.