how to convert matlab code in VHDL ? which tool boxes to download?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Trushita Chaware
am 26 Nov. 2021
Kommentiert: Trushita Chaware
am 7 Dez. 2021
how to convert MATLAB code in VHDL ? which tool boxes to download?
0 Kommentare
Akzeptierte Antwort
Kiran Kintali
am 3 Dez. 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')
Weitere Antworten (2)
Harikrishnan Balachandran Nair
am 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 Kommentare
Siehe auch
Kategorien
Mehr zu HDL Coder finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!