how to convert matlab code in VHDL ? which tool boxes to download?
7 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Trushita Chaware
le 26 Nov 2021
Commenté : Trushita Chaware
le 7 Déc 2021
how to convert MATLAB code in VHDL ? which tool boxes to download?
0 commentaires
Réponse acceptée
Kiran Kintali
le 3 Déc 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')
Plus de réponses (2)
Harikrishnan Balachandran Nair
le 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 commentaires
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!