how to convert matlab code in VHDL ? which tool boxes to download?
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Trushita Chaware
il 26 Nov 2021
Commentato: Trushita Chaware
il 7 Dic 2021
how to convert MATLAB code in VHDL ? which tool boxes to download?
0 Commenti
Risposta accettata
Kiran Kintali
il 3 Dic 2021
You need to partition the MATLAB code into design and testbench files and create a HDL Coder project.
Try a sample MATLAB to HDL example
mlhdlc_demo_setup('heq')
Più risposte (2)
Harikrishnan Balachandran Nair
il 29 Nov 2021
Hi,
HDL CoderTM generates portable, synthesizable Verilog® and VHDL® code from MATLAB® functions, Simulink® models, and Stateflow® charts. The generated HDL code can be used for FPGA programming or ASIC prototyping and design.
0 Commenti
Vedere anche
Categorie
Scopri di più su HDL Coder in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!