Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,13 @@ Safety Analysis Linkage
:complies: std_req__iso26262__analysis_842[version==1], std_req__iso26262__software_7410[version==1], std_req__iso26262__software_7411[version==1]

Safety Analysis shall be linked to the architecture view on the corresponding level via the attribute violates.
The following linkages are defined in detail:

* plat_saf_dfa <-> feat_arc_sta
Comment thread
masc2023 marked this conversation as resolved.
* feat_saf_dfa <-> feat_arc_sta
* feat_saf_dfa <-> comp_arc_sta
* feat_saf_fmea <-> feat_arc_dyn, feat_arc_sta
* comp_saf_fmea <-> comp_arc_dyn, comp_arc_sta

.. gd_req:: Safety Analysis Linkage
:id: gd_req__saf_linkage
Expand All @@ -179,7 +186,9 @@ Safety Analysis Linkage
:satisfies: wf__analyse_platform_featarch[version==1], wf__analyse_featarch[version==1], wf__analyse_comparch[version==1]
:complies: std_req__iso26262__analysis_842[version==1], std_req__iso26262__software_7410[version==1], std_req__iso26262__software_7411[version==1]

Each Safety Analysis shall be automatically linked (inverse direction) to the corresponding architecture view via the "violates by" linkage.
Each Safety Analysis shall be automatically linked (inverse direction) to the corresponding architecture view via
the "violates by" linkage. The linkages are defined in detail at :need:`gd_req__saf_linkage_check`.


.. gd_req:: Safety Analysis attribute: check Requirements linkage
:id: gd_req__saf_attr_requirements_check
Expand Down
Loading