How to show requirements in generated code for traceability?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Rik Bakker
am 6 Nov. 2018
Kommentiert: Rik Bakker
am 13 Nov. 2018
Hello,
I have a question about simulink Requirements.
How can i show the imported requirements (from excel) in the autosar code when this code is generated?
For the traceability of the requirements, the requirements should also be found in the generateded code for autosar.
Can someone help me?
Kind regards, Rik
0 Kommentare
Akzeptierte Antwort
Mark McBroom
am 10 Nov. 2018
Alternately, you can use Simulink Requirements to establish a link between blocks in the Simulink model and cells in the Excel Spreadsheet. If you then enable the option "Requirements in block comments" on the "Comments" dialog for Code Generation configuration, the requirement from Excel will be inserted as a comment in the generated code for the block to which the cell in Excel was linked.
Weitere Antworten (1)
Arunkumar M
am 10 Nov. 2018
You can use DESCRIPTION property of each block or element (right click -> Properties) What ever you type in Description field will be displayed as Comments in generated C code.
Note: In some blocks, Description property may be available in Documentation tab.

0 Kommentare
Siehe auch
Kategorien
Mehr zu Get Started with Requirements Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!