HDL Code generation and deploy data onto the hardware board
Afficher commentaires plus anciens
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?
Réponses (1)
Kiran Kintali
le 17 Mar 2022
0 votes
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
Catégories
En savoir plus sur AMD FPGA and SoC Devices dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!