E-Tile Hard IP Intel® Stratix® 10 Design Examples User Guide: Ethernet, CPRI PHY, and Dynamic Reconfiguration

ID 683578
Date 5/25/2023
Public

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

Document Table of Contents

4.5.1. Functional Description

The 100G Ethernet E-Tile Dynamic Reconfiguration Design Example is built from the hardened E-Tile Hard IP for Ethernet IP core to enable run-time reconfiguration between different protocols, rates, and stack layers. The 100G Ethernet E-Tile Dynamic Reconfiguration Design Example supports four PMA channels to create either a single 100G Ethernet channel or four single 10G/25G Ethernet channels. The dynamic reconfiguration interface provides a selection of Ethernet modes to reconfigure your design. Once you select a mode rate, the firmware manages all register space updates to facilitate the rate change.

The dynamic reconfiguration interface enables you to reconfigure the design by selecting specific Ethernet reconfiguration modes. The firmware processes the register space modifications needed to switch between the selected modes. Alternatively, you can reconfigure the individual components by direct register programming.

The IP parameter editor allows you to select the CPU location for the 100G Ethernet E-Tile Dynamic Reconfiguration Design Example. The below figures depict the design examples block diagram with internal and external CPUs.

Figure 47. 100G Ethernet Dynamic Reconfiguration Design Example with Internal CPU Block Diagram
Figure 48. 100G Ethernet Dynamic Reconfiguration Design Example with External CPU Block Diagram

The usability of the example design with internal and external CPU is the same. The 100G Ethernet Dynamic Reconfiguration design example with external CPU showcase how you can input commands through the CPU through the C-code. The C-code (dynamic_reconfig.cpp) provided in the 100G Ethernet IP files folder serves as a reference for you to modify the input command based on your needs. The C-code is then used to generate a firmware that performs the respective register space modifications.

In the 100G Ethernet Dynamic Reconfiguration design example with internal CPU, you can just rely on the dynamic reconfiguration registers programming to configure the IP into the Ethernet mode required. The internal CPU also executes the firmware to process the necessary register space modifications.

The main difference between the designs with internal and external CPU is the reconfiguration activity that takes place on the reconfiguration interfaces. For the design with internal CPU, you can only observe the register read and write transactions in the Ethernet reconfiguration interfaces, which targets the dynamic reconfiguration register space as shown in the following figure.
Figure 49. Simulation Waveform for 100G Ethernet Dynamic Reconfiguration Design Example with Internal CPU featuring Reconfiguration Register Access
As for the design with external CPU, you can observe the similar register read and write transactions in the Ethernet reconfiguration interfaces which targets the dynamic reconfiguration register space (as illustrated in the orange box in the following figure. In addition to that, you are able to observe the register read and write transactions executed by the firmware in the Ethernet, transceiver and RSFEC reconfiguration interfaces as illustrated in the simulation waveform located in the blue box in the following figure.
Figure 50. Simulation Waveform for 100G Ethernet Dynamic Reconfiguration Design Example with External CPU featuring Reconfiguration Register Access