How do I convert matlab code to VHDL in matlab 15?

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)

Try basic MATLAB to HDL examples.
mlhdlc_demo_setup('sfir')
mlhdlc_demo_setup('heq')

1 Comment

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 ?

Sign in to comment.

Products

Tags

No tags entered yet.

Asked:

on 8 Nov 2015

Community Treasure Hunt

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

Start Hunting!