how to convert matlab code in VHDL ? which tool boxes to download?
3 views (last 30 days)
Show older comments
Trushita Chaware
on 26 Nov 2021
Commented: Trushita Chaware
on 7 Dec 2021
how to convert MATLAB code in VHDL ? which tool boxes to download?
0 Comments
Accepted Answer
Kiran Kintali
on 3 Dec 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')
More Answers (2)
Harikrishnan Balachandran Nair
on 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 Comments
See Also
Categories
Find more on HDL Coder in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!