how to convert matlab code in VHDL ? which tool boxes to download?

조회 수: 6 (최근 30일)
how to convert MATLAB code in VHDL ? which tool boxes to download?

채택된 답변

Kiran Kintali
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')
  댓글 수: 1
Trushita Chaware
Trushita Chaware 2021년 12월 7일
Yes Thanks. For using HDL coder, do weneed to write function for executing?
Also it is asking for some compiler to download and visit to site http://www.mathworks.com/support/compilers.html.
Is it? and which compiler I should download.

댓글을 달려면 로그인하십시오.

추가 답변 (2개)

Harikrishnan Balachandran Nair
Harikrishnan Balachandran Nair 2021년 11월 29일
Hi,
You can use the HDLCoder toolbox to convert your Matlab Code to required HDL Code.
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.

Trushita Chaware
Trushita Chaware 2021년 12월 3일
Yes Thanks. For using HDL coder, do weneed to write function for executing?
Also it is asking for some compiler to download and visit to site http://www.mathworks.com/support/compilers.html.
Is it? and which compiler I should download.

카테고리

Help CenterFile Exchange에서 HDL Coder에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by