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

ID 711009
Date 6/21/2022
Public

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

Document Table of Contents

4.11. Determining Profile Numbers

In designs with multiple dynamic reconfiguration profiles, you can inspect the .h header file located in the <project directory>/support_logic directory to determine the number for each profile. The filename convention is <design name>__ip_insts_<tile location>.h

Figure 20. Header File ExampleThis figure shows an example of the header file which contains multiple instances of the F-Tile Dynamic Reconfiguration Suite Intel® FPGA IP.
In the above example, you can observe that the design contains 41 individual profiles which are distributed across multiple instances of IPs. Also, you can determine that the Intel® Quartus® Prime Pro Edition software has assigned profile 1 to the IP Instance whose hierarchy is shown as:
CEG_EX_V4__MY_MR_CPRI24G_2_INST_1__CPRIPHY_MR_F_0__PROFILE_1__CPRIPHY_FTILE_1

If you want to dynamically reconfigure this IP instance with this profile, you can program the Next Profile 1 register with a 15’h1 in the programming sequence as described in section: Example: Dynamic Reconfiguration Programming Sequence.