Using internal signals for model verification
显示 更早的评论
Hi all,
I have a top subsystem (top_level)

with child subsystems (child_model1, child_model2) in it.

The goal it to verify that internal_signal (the output of child_model1) matches the output of the top level subsystem, no matter what happens to the internal_signal (i.e., I want to compare them).
At this moment I consider using Observer in order to read the internal_signal (as well as the output signal), and using Propery Proving for the requirement: those signals are always the same, no matter what the combination of input signals is. So the content is the following:

I use this documentation: https://www.mathworks.com/help/sltest/ug/access-model-data-wirelessly-by-using-observers.html
However, I get the model incompatible:
Model contains one or more Observer Reference blocks that are not compatible. Simulink Design Verifier can not analyze this model.

Could anyone help me either with the incompatibility or with other ways of such my verification? Thank you in advance.
I also attach my files: the model and observer. I use 2019b version.
2 个评论
Dmytro Sokol
2024-4-2
Pat Canny
2024-4-2
This reminds me of a utility I created some time ago: https://www.mathworks.com/matlabcentral/fileexchange/116430-formal-functional-equivalence
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Specify and Verify Design Requirements 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!