Ethernet-Based AXI Manager Error

조회 수: 4 (최근 30일)
Andrea
Andrea 2024년 5월 21일
댓글: Abhishek Kumar Singh 2024년 5월 22일
Hello,
The board I am trying to use is the Xilinx AC701. Reading throughout MathWorks documentation there is nothing that indicates the example could not work for this board. It is just not part of the supported boards but the specifications are very similar to the one being used in that example (KC705).
I was able to implement the example in my board’s FPGA and I can see the ethernet port alive in my PC using WireShark. However, I am not able to create an aximanager ethernet object as the following error appears:
Error using hdlverifier.AXIManagerUDP
Unable to ping the device. Please check the hardware IP address, the Ethernet cable connection, and the configuration of the
Network Interface Card.
Error in hdlverifier.AXIManagerUDP
Error in aximanager
I set the PC IP to 192.168.0.10 and the gateway to 192.168.0.2
This is what I se on the ethernet status:
The code I am using to create the aximanager object is:
hDDR = aximanager('Xilinx','interface','Ethernet', ...
'DeviceAddress','192.168.0.2');
writememory(hDDR,'00000000',100);
readmemory(hDDR,'00000000',1);
The erro I am receiving is:
I am using Matalab R2023b and Vivado 2022.1
Any idea of what I am doing wrong and why I am receiving this error?
Thank you,
  댓글 수: 1
Abhishek Kumar Singh
Abhishek Kumar Singh 2024년 5월 22일
Hi Andrea,
Can you follow the steps given in this MATLAB answer to troubleshoot your issue?
Also in the answer you can find troubleshooting links which you can explore further.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Communications Toolbox에 대해 자세히 알아보기

제품


릴리스

R2023b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by