how to convert matlab code in VHDL ? which tool boxes to download?
5 views (last 30 days)
Show older comments
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
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!