HDL Code generation and deploy data onto the hardware board
이전 댓글 표시
I need to import the matlab data into mu Zynq ZC702 Xilinx board and for that I have following questions:
- What image should be used in the SD card for booting? (Embedded coder support package for Zynq platform (or) HDL coder support package for Zynq platform)
- I have .m file and that needs to converted to a simulink block and from that HDL code generation needs to be take place and also deploying the same onto my hardware board. How it can be done?
답변 (1개)
Kiran Kintali
2022년 3월 17일
0 개 추천
For #1
Getting Started with Targeting Xilinx Zynq Platform
This example is a step-by-step guide that helps you use HDL Coder™ to generate a custom HDL IP core which blinks LEDs on the Xilinx Zynq ZC702 evaluation kit, and shows how to use Embedded Coder® to generate C code that runs on the ARM® processor to control the LED blink frequency.
For #2 you can check this link.
HDL Code Generation from a MATLAB Function Block
Getting started guide for learning and evaluating HDL Coder
https://www.mathworks.com/matlabcentral/fileexchange/58941-hdl-coder-evaluation-reference-guide
카테고리
도움말 센터 및 File Exchange에서 AMD FPGA and SoC Devices에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!