Xilinx / xup_vitis_network_example

VNx: Vitis Network Examples
Other
137 stars 43 forks source link

Can the XUP vitis network design work with 10G/25G Ethernet IP instead of the existing 100GEthernet IP ? #123

Closed lizajoseph closed 6 months ago

lizajoseph commented 9 months ago

For Vivado questions, please use Vivado forum

For Vitis questions, please use the Vitis forum

For Vitis questions, please use the Vitis forum

For pynq questions, please use the PYNQ discussion forum.

Usign Vitis 2021.2 or older? Make sure the Y2K22 patch is applied

If you still want to raise an issue here, please give us as much detail as possible to the issue you are seeing. We have listed some helpful fields below.

Build Issues

  1. OS version, e.g. lsb_release -a
  2. Vitis version vitis -version
    1. If Vitis is 2021.2 or older. Is the Y2K22 patch applied?
  3. XRT version xbutil version

Run Time Issues

  1. OS version lsb_release -a
  2. XRT version xbutil version
  3. pynq version pynq version
  4. JupyterLab and Dask version if applicable
lizajoseph commented 9 months ago

Does this design support 10G Ethernet IP targeted on Alveo u50?

mariodruiz commented 9 months ago

Hi @lizajoseph,

This repository and associated IP will only work for 100 G. There is no current plan to support any other speed. There is a substantial body of work to support 10G. I suggest you check the 10/25G Ethernet IP, the modifications to this project are not trivial.

The CMAC kernel as it is designed here will not work for 10G.

lizajoseph commented 9 months ago

Okay, Thanks for your confirmation.