F-Tile Dynamic Reconfiguration Suite Intel® FPGA IP User Guide

ID 711009
Date 12/04/2023
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

4.7.2. Generating the IP_Colocate QSF Assignment

You can also use the Tile Assignment Editor to create an IP_Colocate qsf assignment when using the Multirate IPs. For this use case, defining a DR group is not required. To create this assignment, follow these steps:

  1. Locate the multirate IP variant under the ungrouped IP Instances cell.
  2. Right-click the instance to see the Selected Multirate IP properties pane.
  3. Select the appropriate Dynamic Reconfiguration Suite IP in the Reconfig controller pull-down menu as shown below:
    Figure 13. Reconfig Controller Selection
  4. Click Save Time Assignment Editor button.
  5. Verify the IP_COLOCATE assignment in your project’s .qsf file as the example shows below:
    Sample: Simple Colocate Assignment
    set_instance_assignment -name IP_COLOCATE F_TILE -from dr_ctrl_inst_1|dr_f_0 -to my_mr_cpri_inst_1|cpriphy_mr_f_0 -entity dr_mr_eth_mr_cpri_same_ux
    Note: There should be only one IP_Colocate assignment per controller/protocol IP pair. You can find the "supreme parent group" IDs and the startup profile IDs in the design's combined .MIF file.