HDL Code Generation "unhandled type"

3 views (last 30 days)
Alex Biddulph
Alex Biddulph on 28 Dec 2014
Commented: Kiran Kintali on 29 Aug 2017
I am trying to work through some of the tutorials on HDL Coder. However, I get the following error when trying to generate the code for the Symmetric FIR Filter
unhandled type
Use help codegen for more information on using this command.
Error in Manager>wfa_generateCode at 535
What exactly is the error here and how do I fix it?
I am running MATLAB R2014b on Ubuntu 14.04.
Thanks In Advance
Alex

Answers (1)

Kiran Kintali
Kiran Kintali on 29 Dec 2014
you might have tried to generate code from the whole model. can you try this?
makehdl('sfir_fixed/symmetric_fir')
  7 Comments
Shrivathsav Seshan
Shrivathsav Seshan on 28 Aug 2017
Ganesh, I am receiving the error that Alex received in his original post. I am trying the example workflow for MATLAB code to HDL from the link you posted. What is your advice
Kiran Kintali
Kiran Kintali on 29 Aug 2017
the demo should work out of the box unless there are some install issues.
this is not an expected error. please contact technical support with reproduction steps.

Sign in to comment.

Products

Community Treasure Hunt

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

Start Hunting!