Why are my models using data dictionaries not compatible for test generation with Simulink Design Verifier?

4 views (last 30 days)
With a model has multiple model references/libraries and design data stored in data dictionaries, when trying to generate tests for code generated as model reference or as top model in SLDV, there is error saying model is incompatible for test generation with Simulink Design Verifier.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 8 Mar 2021
By design, to make the model compatible for SLDV analysis in R2019a, either:
1) The top model and all referenced models do not use any data dictionary.
2) The top model and all model references use the same data dictionary.
To modify your current models design, you can either:
1) Transfer data from data dictionaries to model workspaces
2) Configure all models to use the same data dictionary as previously suggested. To do this, you can go to Model Properties in top-level model -> External Data and select the data dictionary and then click 'Change all models'.
The development team is aware of this limitation in R2019a, and support for different data storages with SLDV may be added in a future release.

More Answers (0)

Categories

Find more on Modeling in Help Center and File Exchange

Tags

No tags entered yet.

Products


Release

R2019a

Community Treasure Hunt

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

Start Hunting!