AN 798: Partial Reconfiguration with the Arria 10 HPS

ID 683034
Date 1/25/2017
Public
Document Table of Contents

Synthesizing an Alternate Persona

  1. Create a new design revision for the alternate persona synthesis step. This revision is not based on any existing revision and is created blank with no existing files, settings, or constraints. This revision is only for synthesizing the PR region logic and does not require any of the normal top level settings or constraints, such as pin placement.
    Figure 26. Creating Blank Revision for Alternate Persona

    Click OK to create the revision and open it as the current revision.

  2. Ensure that the new revision's Device Type setting matches the other revisions. If it does not, you can change it by clicking Device in the Assignments menu, to open the Device dialog box.
  3. To change the revision type of the new revision, point to Assignments, click Settings, choose the General category, and change the Revision Type field to Partial Reconfiguration – Persona Synthesis as shown below.
    Figure 27. Setting the Revision Type
  4. Change the Top-level entity field to pr_region_alternate. This is the name of a new Qsys design that is generated in a later step.
  5. Create a new Qsys Pro design called pr_region_alternate.qsys as shown below.
    Figure 28. New Design for Alternate Persona
  6. Add an Avalon-MM pipeline bridge, an on-chip memory, and a system ID peripheral, as described in "Creating the Partial Reconfiguration Design". However, configure a different value in the 32-bit system ID field of the system ID peripheral, and set the base address of the system ID peripheral to 0x0200. Leave the on-chip memory base address at 0x0000.
    At runtime, software will read the system ID from each design revision. For each PR region, it will read a unique value from a unique address. This will demonstrate that the PR region has changed and Linux was updated properly.
  7. Click Generate RTL and then Finish. This closes the Qsys Pro design.
  8. Run the first two stages of the compilation flow (IP generation and analysis and synthesis), as follows:
    1. If the Compilation Dashboard is not visible, click Compilation Dashboard in the Tasks window.
    2. Click IP Generation.
    3. When IP generation is complete, click Analysis & Synthesis.
    No further compilation is needed for the alternate persona synthesis step. Running further compilation steps on this type of revision is prohibited by the tools.