No system or file called 'axiinterfacelib' found
조회 수: 11 (최근 30일)
이전 댓글 표시
Hi All,
I'm trying to run HDL coder rfsoc data capture example:
$example_root\ADCDataCapture\rfsocADCCapture.slx
I'm receiving the following error in Generate software interface step of HDL Workflow Advisor
Failed No system or file called 'axiinterfacelib' found.
Could you please let me know what is causing this issue and how to resolve this? My host machine is running Ubuntu with Xilinx Vivado 2020.1 installed. Thank you for your support.
Best Regards,
Udara
댓글 수: 1
Claire Fan
2021년 6월 18일
You might not have your tool added to your system path, try tool setup functions beforehand
https://www.mathworks.com/help/hdlcoder/gs/toolbox-setup.html
채택된 답변
Kiran Kintali
2021년 6월 21일
If the Embedded Coder Hardware Support package for Zynq is not installed, HDL Workflow Advisor is throwing the following unhelpful error message in step 4.2.
"Generate Software Interface": Failed No system or file called 'axiinterfacelib' found.
This is a known issue and dev team is working on throwing better error messages when support packages are missing.
추가 답변 (1개)
JT Ferrara
2021년 7월 28일
You can also bypass this error message by unchecking the box for "Generate Software Interface Model" in Task 4.2.
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!