if-else equivalent block for hdl code generation
古いコメントを表示
hello,I want to use if-else block in my simulink model to generate hdl code but when i am using if-else simulink block and trying to use hdl coder then it is showing an error that,"if-else block is unsupported for hdl code generation",then i tried to use matlab function block and within matlab function i have written logic of if-else then it is showing an error that"MATLAB function block is unsupported for hdl code generation while using floating data type" So plz suggest which block(hdl supported block) can be used in place of if-else simulink block.
4 件のコメント
Walter Roberson
2018 年 3 月 25 日
Rewrite the MATLAB Function Block to avoid using floating point data.
DEEKSHA GUPTA
2018 年 3 月 25 日
編集済み: DEEKSHA GUPTA
2018 年 3 月 25 日
Birdman
2018 年 3 月 25 日
Can you share your model?
Walter Roberson
2018 年 3 月 25 日
I need to see the MATLAB Function Block code.
採用された回答
その他の回答 (1 件)
Vijayasagar Kommu
2018 年 3 月 27 日
0 投票
If you want to model if else equivalent in HDL coder you have to use switch block. For nested if else ,you have to Cascade switch blocks in priority order.
カテゴリ
ヘルプ センター および File Exchange で Native Floating Point についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!