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!