Does Simulink Design Verifier dead logic analysis depend on model inputs?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
MathWorks Support Team
el 4 de Mzo. de 2020
Respondida: MathWorks Support Team
el 6 de Abr. de 2020
Why do I see different dead logic results when using a harness to pass inputs (with "Constant" blocks) as opposed to using "Inport" blocks?
Respuesta aceptada
MathWorks Support Team
el 4 de Mzo. de 2020
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 comentarios
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!