AN 991: Partial Reconfiguration via Configuration Pins (External Host) Reference Design: for Intel Agilex® 7 FPGA Development Board

ID 750856
Date 2/14/2024
Public

AN 991: Partial Reconfiguration via Configuration Pins (External Host) Reference Design for Intel Agilex® 7 FPGA Development Board

This application note demonstrates partial reconfiguration via configuration pins (external host) on the Intel Agilex® 7 F-Series or M-Series FPGA development board.

Reference Design Overview

The partial reconfiguration (PR) feature allows you to reconfigure a portion of the FPGA dynamically, while the remaining FPGA design continues to function. You can create multiple personas for a particular region in your design that do not impact operation in areas outside this region. This methodology is effective in systems where multiple functions time-share the same FPGA device resources.

This Intel Agilex® 7 reference design uses the Partial Reconfiguration External Configuration Controller Intel FPGA IP and has a simple PR region.

Figure 1.  Intel Agilex® 7 Device External Host Hardware Setup


External Host Configuration

In external host configuration, you must first create a host design in an external device to host the PR process, as Intel Agilex® 7 Device External Host Hardware Setup shows. The host design streams configuration data to the Intel Agilex® 7 Avalon streaming interface pins that correspond to the PR handshaking signals that come from the Partial Reconfiguration External Configuration Controller Intel FPGA IP. The PR pins that you use to connect both devices can be any available user I/Os.

The following sequence describes the partial reconfiguration via configuration pins operation:

  1. First assert the pr_request pin that is connected to the Partial Reconfiguration External Configuration Controller Intel FPGA IP.
  2. The IP asserts a busy signal to indicate that the PR process is in progress (optional).
  3. If the configuration system is ready to undergo a PR operation, the avst_ready pin is asserted indicating that it is ready to accept data.
  4. Begin to stream the PR configuration data over the avst_data pins and the avst_valid pin, while observing the Avalon streaming specification for data transfer with backpressure.
  5. Streaming stops whenever the avst_ready pin is de-asserted.
  6. After streaming all configuration data, the avst_ready pin is de-asserted to indicate that no more data is required for PR operation.
  7. The Partial Reconfiguration External Configuration Controller Intel FPGA IP de-asserts the busy signal to indicate the end of the process (optional).
  8. You can check the pr_done and pr_error pins to confirm whether the PR operation completed successfully. If an error occurs, such as failure in version checking and authorization checking, the PR operation terminates.