eCPRI Intel® FPGA IP Design Example User Guide

ID 683837
Date 5/18/2024
Public

1.6. Compiling and Configuring the Design Example in Hardware

To compile the hardware design example and configure it on your Intel® device:

  1. Ensure hardware design example generation is complete.
  2. In the Quartus® Prime Pro Edition software, open the Quartus® Prime project <design_example_dir>/synthesis/quartus/ecpri_ed.qpf.
  3. On the Processing menu, click Start Compilation.
  4. After successful compilation, a .sof file is available in <design_example_dir>/synthesis/quartus/output_files directory. Follow these steps to program the hardware design example on the Intel® FPGA device:
    1. Connect Development Kit to the host computer.
    2. Launch the Clock Control application, which is part of the development kit, and set the new frequencies for the design example. Below is the frequency setting in the Clock Control application:
      • If you are targeting your design on Stratix® 10 GX SI Development Kit:
        • U5, OUT8- 100 MHz
        • U6, OUT3- 322.265625 MHz
        • U6, OUT4 and OUT5- 307.2 MHz
      • If you are targeting your design on Stratix® 10 TX SI Development Kit:
        • U1, CLK4- 322.265625 MHz (For 25G data rate)
        • U6- 156.25 MHz (For 10G data rate)
        • U3, OUT3- 100 MHz
        • U3, OUT8- 153.6 MHz
      • If you are targeting your design on Intel® Agilex™ 7 F-Series Transceiver-SoC Development Kit:
        • U37, CLK1A- 100 MHz
        • U34, CLK0P- 156.25 MHz
        • U38, OUT2_P- 153.6 MHz
      • If you are targeting your design on Arria® 10 GX SI Development Kit:
        • U52, CLK0- 156.25 MHz
        • U52, CLK1- 250 MHz
        • U52, CLK3- 125 MHz
        • Y5- 307.2 MHz
        • Y6- 322.265625 MHz
    3. On the Tools menu, click Programmer.
    4. In the Programmer, click Hardware Setup.
    5. Select a programming device.
    6. Select and add the Development Kit to which your Quartus® Prime Pro Edition session can connect.
    7. Ensure that Mode is set to JTAG.
    8. Select the device and click Add Device. The Programmer displays a block diagram of the connections between the devices on your board.
    9. Load the .sof file to your respective Intel® FPGA device.
    10. Load the Executable and Linking format (.elf) file to your Stratix® 10 or Intel® Agilex™ 7 device if you plan to perform the dynamic reconfiguration (DR) to switch the data rate between 25G and 10G.
    11. Generate the .elf file (refer to Generating and Downloading the Executable and Linking Format (.elf) File ).
    12. In the row with your .sof, check the Program/Configure box for the .sof file.
    13. Click Start.