How do I add FPGA data capture IP core in existing Vivado project?
조회 수: 2 (최근 30일)
이전 댓글 표시
I am using the FPGA data capture component from Matlab (generateFPGADataCaptureIP) to generate a logic analyzer IP core which I can import to my existing project in Vivado (v 2018.2). The component generates a lot of files, except for a .xml file, which is apparently the one Vivado requires to recognize the IP core.
I already added the IP directory to to catalog in Vivado, but when I right click on it and try to "Add IP to repository...", I get a critical warning saying:
How can I generate the required xml file in order to include it in my project?
댓글 수: 0
답변 (2개)
Dave Gutierrez
2019년 7월 31일
Adriaan,
You need to add the generated HDL files to your project.
It is not a Vivado IP.
Thanks,
David G
Dave Gutierrez
2019년 8월 1일
Hi Adriaan,
If you are targeting a large board it might take a while to generate the bitstream. If you are not getting any error and no file is being generated I would recommend contacting Xilinx or posting in their forums. They will be able to provide better assistance.
Thanks,
David G
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!