how to convert matlab code in VHDL ? which tool boxes to download?
3 次查看(过去 30 天)
显示 更早的评论
how to convert MATLAB code in VHDL ? which tool boxes to download?
0 个评论
采纳的回答
Kiran Kintali
2021-12-3
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')
更多回答(2 个)
Harikrishnan Balachandran Nair
2021-11-29
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 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 HDL Coder 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!