Post Go back to editing

Using PL Ethernet on AX7350B + ADRV9002 for high-rate IQ streaming with srsRAN

Category: Hardware
Product Number: ADRV9002

Hi everyone,

I am working with an Alinx AX7350B + ADRV9002 platform.

I have successfully ported the zc706-adrv9002 design and integrated it with my srsRAN LTE project. At the moment, the IQ data is transferred between the host and the board through the PS Ethernet interface.

With this setup, I can operate successfully at:

  • 1.4 MHz
  • 3 MHz
  • 5 MHz

and I can observe the LTE spectrum correctly.

However, when I try:

  • 10 MHz SISO, or
  • 5 MHz MIMO 2x2

I hit a clear limitation on the Zynq PS side. The Linux system reports errors such as:

sched: RT throttling activated

From my debugging, it seems the main issue is CPU load / packet processing overhead on the PS side, rather than the RF chain itself.

So now I would like to move to a different architecture and use PL Ethernet so that the sample path can avoid the PS as much as possible.

My target idea is something like:

Host -> Ethernet -> PL packet processing / DMA -> ADRV9002
and similarly for the RX path.

My questions are:

  1. Is there any existing ADI / Vivado reference design or example that is close to this type of architecture, especially for ADRV9002 or similar ADI transceivers?
  2. For a PL-Ethernet-based approach, what is the recommended data path?
    • Should the Ethernet packets be parsed in PL and the IQ payload sent directly toward the RF DMA path?
    • Or is it better to go first through DDR using AXI DMA and then stream to the ADRV9002?
  3. Has anyone tried combining PL Ethernet with an ADI transceiver HDL design to bypass the PS bottleneck for high-rate host streaming?

Any advice or pointers would be very appreciated.

Thanks.

Thread Notes

Parents
  • So, my understanding is that there is currently no ADI/Vivado reference design that is close to the exact architecture I am looking for, especially for ADRV9002 with high-rate host sample transport where the goal is to avoid the PS software bottleneck.

    What I am trying to investigate is a path more like:

    Host -> Ethernet -> PL packet handling / buffering -> RF datapath

    rather than the usual PS Ethernet + Linux/userspace transport approach.

    So my main question now is:

    Has anyone here implemented or tested a similar architecture with ADRV9002, or another ADI transceiver, especially together with srsRAN at higher bandwidths such as 10 MHz SISO or 5 MHz 2x2 MIMO?

    In particular, I would be very interested to know whether anyone has used:

    • PL Ethernet or SFP with packet parsing or buffering in FPGA
    • a direct PL data path toward the transceiver datapath
    • or any similar approach to reduce PS/Linux transport overhead when running srsRAN

    At the moment, it seems there is no ready reference design for exactly this use case, so any pointers, related examples, or practical experience would be very helpful.

Reply
  • So, my understanding is that there is currently no ADI/Vivado reference design that is close to the exact architecture I am looking for, especially for ADRV9002 with high-rate host sample transport where the goal is to avoid the PS software bottleneck.

    What I am trying to investigate is a path more like:

    Host -> Ethernet -> PL packet handling / buffering -> RF datapath

    rather than the usual PS Ethernet + Linux/userspace transport approach.

    So my main question now is:

    Has anyone here implemented or tested a similar architecture with ADRV9002, or another ADI transceiver, especially together with srsRAN at higher bandwidths such as 10 MHz SISO or 5 MHz 2x2 MIMO?

    In particular, I would be very interested to know whether anyone has used:

    • PL Ethernet or SFP with packet parsing or buffering in FPGA
    • a direct PL data path toward the transceiver datapath
    • or any similar approach to reduce PS/Linux transport overhead when running srsRAN

    At the moment, it seems there is no ready reference design for exactly this use case, so any pointers, related examples, or practical experience would be very helpful.

Children