Does Simulink Design Verifier dead logic analysis depend on model inputs?
3 ビュー (過去 30 日間)
古いコメントを表示
MathWorks Support Team
2020 年 3 月 4 日
回答済み: MathWorks Support Team
2020 年 4 月 6 日
Why do I see different dead logic results when using a harness to pass inputs (with "Constant" blocks) as opposed to using "Inport" blocks?
採用された回答
MathWorks Support Team
2020 年 3 月 4 日
By default, Simulink Design Verifier will consider the full range of possible input values for only the root-level inports in the model. The possible values for all other model elements are treated as a function of the inports (and global variables). In the case of passing inputs with the "Constant" block, more dead logic will be detected since it will only consider those particular inputs and not the full range.
0 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!