HDL Code generation and deploy data onto the hardware board

1 view (last 30 days)
I need to import the matlab data into mu Zynq ZC702 Xilinx board and for that I have following questions:
  1. 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)
  2. 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?

Answers (1)

Kiran Kintali
Kiran Kintali on 17 Mar 2022
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

Products


Release

R2021b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!