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
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개)

카테고리

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