フィルターのクリア

hdl coder error when compiling stateflow

6 ビュー (過去 30 日間)
Amish Rughoonundon
Amish Rughoonundon 2020 年 3 月 29 日
I can't figure out this error hdl coder is giving me when compiling a stateflow chart with parallel charts
Enumerated name 'IN_NO_ACTIVE_CHILD' is present in types 'state_type_is_TIMEOUT_WATCHER' and 'state_type_is_COUNT_IS_VALID'. Use unique enum type names for HDL code generation.
I attached the chart as pictures
Thanks for any help
  1 件のコメント
Amish Rughoonundon
Amish Rughoonundon 2020 年 3 月 29 日
It seems hdl coder adds this state IN_NO_ACTIVE_CHILD by itself for the case where the state machine moves to the OFF state as shown below from the vhdl generated.
--case IN_ON:
sf_internal_predicateoutput_0 := hdlcoder_to_stdlogic((( NOT onoff) OR hdlcoder_to_stdlogic(timeoutCycles_unsigned = to_unsigned(0, 32))) = '1');
IF sf_internal_predicateoutput_0 = '1' THEN
is_COUNT_IS_VALID_next <= IN_NO_ACTIVE_CHILD;
is_TIMEOUT_WATCHER_next <= IN_NO_ACTIVE_CHILD;
is_timer_chart1_next <= IN_OFF;
ELSE
I am totally confused by why hdl coder would complain something it did itself. To me it would have made sense to move them back to the state connected to the default transitions????

サインインしてコメントする。

回答 (1 件)

Kiran Kintali
Kiran Kintali 2020 年 3 月 31 日
Can you attach a small version of the model to reproduce the error?
"Enumerated name 'IN_NO_ACTIVE_CHILD' is present in types 'state_type_is_TIMEOUT_WATCHER' and 'state_type_is_COUNT_IS_VALID'. Use unique enum type names for HDL code generation."
We can check if the recommendation is valid or further improvements possible in the workflow.
Thanks
  1 件のコメント
Amish Rughoonundon
Amish Rughoonundon 2020 年 4 月 2 日
I'll create a small model that reproduces the problem and post it here. Thanks

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeCode Generation についてさらに検索

製品


リリース

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by