Does AXI Manager support RGMII
2 ビュー (過去 30 日間)
古いコメントを表示
Hello,
I want to accelerate the data transmission between PC and FPGA, by replace JTAG by PLEthernet. However, my FPGA only has RGMII Ethernet Interfaces and the RGMII IP is not supported. Does axi manager support RGMII PLEthernet? Or can I use third party UDP stack?
In this page, it is confusing whether the RGMII interface is supported.

Looking forward to your reply.
0 件のコメント
回答 (1 件)
Shantanu Dixit
2025 年 3 月 26 日
Hi KH,
If I understood the query correctly you want to know if the AXI manager supports RGMII interface. Based on the documentation (https://in.mathworks.com/help/hdlverifier/ug/new-fpga-board-wizard-reference.html#buqnn9v), RGMII is mentioned as a supported interface for FIL (Gigabit Ethernet, Altera Boards).
However, for FPGA data capture and AXI manager, only GMII, MII, and SGMII interfaces are explicitly supported, as stated in the documentation.
Since your FPGA only has an RGMII interface and AXI manager does not officially support it, you may need to consider alternative approaches like using an RGMII-to-GMII bridge or third party ethernet stack.
Hope this helps!
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Manage Products についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!