Visible to Intel only — GUID: qcn1605636539475
Ixiasoft
1. About the O-RAN Intel® FPGA IP Design Example
2. Getting Started with the O-RAN Intel® FPGA IP Design Example
3. O-RAN Intel® FPGA IP Design Example Functional Description
4. O-RAN IP Design Example User Guide Archives
5. Document Revision History for the O-RAN Intel® FPGA IP Design Example User Guide
Visible to Intel only — GUID: qcn1605636539475
Ixiasoft
2.2.2. Enabling Dynamic Reconfiguation to the Ethernet IP
By default, the dynamic reconfiguration is disabled in the O-RAN IP design example.
- Look for the following line in the test_wrapper.sv from the generated <design_example_path>/simulation/testbench directory:
parameter ETHERNET_DR_EN = 0,
- Change the value from 0 to 1:
parameter ETHERNET_DR_EN = 1
- Rerun the simulation using the same generated example design directory.