How do I convert matlab code to VHDL in matlab 15?
Show older comments
function [ ~ ] = Untitled( ~ ) %#ok<STOUT> this line shows an error, I'm trying to convert matlab code to vhdl with hdl coder. How do I exclude this error? Thanks!
Answers (1)
Kiran Kintali
on 22 May 2021
Try basic MATLAB to HDL examples.
mlhdlc_demo_setup('sfir')
mlhdlc_demo_setup('heq')
1 Comment
Trushita Chaware
on 3 Dec 2021
I tried HDL coder. It is asking me download compiler and visit the site http://www.mathworks.com/support/compilers.html.
I seen it. Do I need to download some compiler ?
Categories
Find more on HDL Coder in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!