SIMPLE HDL code generation example

I am trying to find just a super simple example of how to program an FPGA with simuink.
All i want to do is something really simple, make a light block, hello world type thing, make a timer, whatever
Something very simple, Build the model, generate the verilog and then use vivado to program my little board.
I have not been able to find a single simple example. Everything out there is so over the top. Fir filters, pulse detectors etc etc
I just want a quick 15 minute simple example of the work flow. Does anyone know of such thing? I cant find a single thing like this

回答 (1 件)

Kiran Kintali
Kiran Kintali 2022 年 2 月 6 日
編集済み: Kiran Kintali 2022 年 2 月 6 日

0 投票

This example should help do basic LED blinking using a simple counter.
open_system('hdlcoder_led_blinking');
The example writeup walks you through steps of HDL code generation from Simulink model using HDL Coder and target setup using HDL workflow advisor.

製品

リリース

R2021b

質問済み:

2022 年 2 月 6 日

編集済み:

2022 年 2 月 6 日

Community Treasure Hunt

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

Start Hunting!

Translated by