Do the Simulink Verification Validation and Test products work with dSPACE TargetLink models?
7 次查看(过去 30 天)
显示 更早的评论
We are trying to find appropriate tools to test if our TargetLink models and generated code are functional safety standards (ISO 26262-6 and IEC 61508-3) compliant. Not sure if the Matlab V&V tools support TargetLink Models and the C code generated from Targetlink. For example can Simulink Coverage be used to cover the coverage of tests from code generated from TargetLink.
0 个评论
采纳的回答
ES
2017-11-8
编辑:ES
2017-11-8
V and V can only provide you with Model Coverage (It works for both Simulink and TargetLink models because, when you simulate a TargetLink model, only its Simulink properties are used. TargetLink properties are used only during code generation and SIL simulation.)
For code coverage of TargetLink, you can try other products like MTEST from MES, EmbeddedTester from BTC.
If you are okay with statement and decision coverage, you can use inbuilt TargetLink Coverage..
2 个评论
ES
2017-11-9
TargetLink can only do a basic
Statement coverage (C0)Specifies that statement coverage analysis is performed during simulation.
Decision coverage (C1)Specifies that decision coverage analysis is performed during simulation.
It cant do Branch or MCDC atleast as of R2014B
更多回答(1 个)
Nabile Khoury
2020-5-24
编辑:Nabile Khoury
2020-5-24
Hi Arindam,
I hope my answer will still be valuable for you. I was just passing by and found your discussion. I work for BTC EmbeddedSystems and as ES briefly mentioned it (thanks for that ES), we’re a strategic partner of dSPACE TargetLink where we provide an unique integration with our certified test solutions to verify the model and the production code. Please have a look at this short video for an introduction : https://www.youtube.com/watch?v=rBxx6mpZwOY
Don’t hesitate to contact us if you have any question.
Nabile
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!