HDL Code Generation "unhandled type"
이전 댓글 표시
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
답변 (1개)
Kiran Kintali
2014년 12월 29일
you might have tried to generate code from the whole model. can you try this?
makehdl('sfir_fixed/symmetric_fir')
댓글 수: 7
Alex Biddulph
2014년 12월 29일
편집: Alex Biddulph
2014년 12월 29일
Tim McBrayer
2015년 1월 5일
This is the error message you get when you haven't opened the model sfir_fixed. HDL Coder needs the model open and in memory before it can generate HDL code.
Alex Biddulph
2015년 1월 6일
Tamer
2015년 3월 31일
Hello There, I have the same problem as Alex explained it . did you solve this problem ?
Ganesh Gaonkar
2015년 3월 31일
Hi Tamer, Are you trying to generate HDL code for 'sfir_fixed' Simulink model or trying MATLAB to HDL convertion workflow mentioned here ? Which error among the 2 above mentioned errors you are receiving at your end?
Shrivathsav Seshan
2017년 8월 28일
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
2017년 8월 29일
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.
카테고리
도움말 센터 및 File Exchange에서 Get Started with HDL Coder에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
