1.1. Hardware and Software Requirements
1.2. Generating the Design
1.3. Directory Structure
1.4. Simulating the Design Example Testbench
1.5. Compiling the Compilation-Only Project
1.6. Compiling and Configuring the Design Example in Hardware
1.7. Testing the eCPRI Intel FPGA IP Design Example
1.8. Generating and Downloading the Executable and Linking Format (.elf) Programming File
1.4.1. Enabling Dynamic Reconfiguration to the Ethernet IP
By default, the dynamic reconfiguration is disabled in the eCPRI IP design example and it's only applicable to Stratix® 10 (E-tile and H-tile) and Agilex™ 7 (E-tile) design examples.
- Look for the following line in the test_wrapper.sv from the generated <design_example_dir>/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.