Why do I get an error about 'hdlentitysignalsinit' when using FDATool with Filter Design HDL Coder 2.9.3 (R2013a)?

I am trying to design a filter for HDL code generation by using the FDATool GUI in Filter Design HDL Coder 2.9.3 (R2013a). However, when I try to generate HDL code, I observe the following error:
Unexpected HDL Coder call to hdlentitysignalsinit.
I find that the steps below consistently reproduce this error:
1. I bring up FDATOOL by using the following command at the MATLAB prompt:
>> fdatool
2. I click on Targets->Generate HDL.
3. I click "Generate", and the error appears.
What does this error mean, and how do I resolve this issue?

 採用された回答

MathWorks Support Team
MathWorks Support Team 2013 年 7 月 19 日
This error typically indicates that a previous use of HDL Coder resulted in a failed operation, leaving the state of the code generator mode in a non-default setting. In order to resolve this issue, type the following at the MATLAB prompt:
>> hdlcodegenmode('reset')

その他の回答 (0 件)

カテゴリ

製品

リリース

R2013a

Community Treasure Hunt

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

Start Hunting!

Translated by