Borrar filtros
Borrar filtros

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

2 visualizaciones (últimos 30 días)
how to convert MATLAB code in VHDL ? which tool boxes to download?

Respuesta aceptada

Kiran Kintali
Kiran Kintali el 3 de Dic. de 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')
  1 comentario
Trushita Chaware
Trushita Chaware el 7 de Dic. de 2021
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.

Iniciar sesión para comentar.

Más respuestas (2)

Harikrishnan Balachandran Nair
Harikrishnan Balachandran Nair el 29 de Nov. de 2021
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 el 3 de Dic. de 2021
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.

Categorías

Más información sobre HDL Coder en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by