O-RAN Intel® FPGA IP Design Example User Guide

ID 683218
Date 9/14/2021
Public

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

2.2.2. Enabling Dynamic Reconfiguation to the Ethernet IP

By default, the dynamic reconfiguration is disabled in the O-RAN IP design example.
  1. Look for the following line in the test_wrapper.sv from the generated <design_example_path>/simulation/testbench directory:

    parameter ETHERNET_DR_EN = 0,

  2. Change the value from 0 to 1:
    parameter ETHERNET_DR_EN = 1
  3. Rerun the simulation using the same generated example design directory.