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

1 次查看(过去 30 天)
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
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 个)

类别

Help CenterFile Exchange 中查找有关 HDL Coder 的更多信息

产品


版本

R2013a

Community Treasure Hunt

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

Start Hunting!

Translated by