- https://www.mathworks.com/help/hdlverifier/ref/loadbitstream.html
- https://www.mathworks.com/help/hdlverifier/ug/what-is-fpga-board-customization.html
How to generate ps ethernet axi manager for custom board?
2 次查看(过去 30 天)
显示 更早的评论
Hi,
I want to generate a ps ethernet axi manager to capture data from the DAC / PS DDR. However, the FPGA board manager can not add ps ethernet to the custom board. I can only add jtag axi manager to the custom board.
Another question is that the function loadbitstream contains the variable board name, but my board is not in the list?
Looking forward to your reply!
0 个评论
回答(1 个)
Sahas
2025-7-15
编辑:Sahas
2025-7-15
You cannot add PS Ethernet AXI Manager to a custom board in the FPGA Board Manager because only supported boards have pre-configured PS Ethernet interfaces. For custom boards, only JTAG AXI Manager is available.
For MATLAB's "loadBitstream" function, if your board is not listed, you need to create a custom board definition using the FPGA Board Manager in MATLAB. Add your board details there, and then you can use loadBitstream with your custom board. For more information on this, refer to the following MathWorks documentation:
I hope this is beneficial!
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!