how to convert matlab code in VHDL ? which tool boxes to download?
조회 수: 1 (최근 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!