@@ -25,7 +25,7 @@ Architectural Model
2525 :status: valid
2626 :tags: manual
2727 :complies: std_req__iso26262__support_6431, std_req__iso26262__support_6432
28- :satisfies: wf__cr_mt_featarch
28+ :satisfies: wf__cr_mt_featarch, wf__cr_mt_comparch
2929
3030 For architecture design a model based approach should be used. The model shall consist of different architectural elements.
3131
@@ -34,7 +34,7 @@ Architectural Model
3434 :status: valid
3535 :tags: done_automation
3636 :complies: std_req__iso26262__support_6431, std_req__iso26262__support_6432
37- :satisfies: wf__cr_mt_featarch
37+ :satisfies: wf__cr_mt_featarch, wf__cr_mt_comparch
3838
3939 The architectural elements shall be hierarchically structured on two levels:
4040
@@ -46,7 +46,7 @@ Architectural Model
4646 :status: valid
4747 :tags: done_automation
4848 :complies: std_req__iso26262__support_6431, std_req__iso26262__support_6432
49- :satisfies: wf__cr_mt_featarch
49+ :satisfies: wf__cr_mt_featarch, wf__cr_mt_comparch
5050
5151 Following architectural elements shall be defined on the respective hierarchical level:
5252
@@ -65,7 +65,7 @@ Architectural Model
6565 :status: valid
6666 :tags: done_automation
6767 :complies: std_req__iso26262__support_6431, std_req__iso26262__support_6432
68- :satisfies: wf__cr_mt_featarch
68+ :satisfies: wf__cr_mt_featarch, wf__cr_mt_comparch
6969
7070 For modeling the viewpoints following relations shall be used:
7171
@@ -82,7 +82,7 @@ Architectural Views
8282 :status: valid
8383 :tags: manual
8484 :complies: std_req__iso26262__support_6432, std_req__iso26262__software_742
85- :satisfies: wf__cr_mt_featarch
85+ :satisfies: wf__cr_mt_featarch, wf__cr_mt_comparch
8686
8787 The architecture shall be shown on following views on each architectural level:
8888
@@ -100,6 +100,7 @@ Attributes of Architectural Elements
100100 :status: valid
101101 :tags: manual, attribute, mandatory
102102 :complies: std_req__iso26262__support_6425, std_req__iso26262__support_6432
103+ :satisfies: wf__cr_mt_featarch, wf__cr_mt_comparch
103104
104105 Each architectural element shall have a unique ID. It shall be in a format which is also human readable and consists of
105106
@@ -113,6 +114,7 @@ Attributes of Architectural Elements
113114 :id: gd_req__arch__attr_security
114115 :status: valid
115116 :tags: manual, attribute, mandatory
117+ :satisfies: wf__cr_mt_featarch, wf__cr_mt_comparch
116118
117119 Each architectural element shall have a security relevance identifier:
118120
@@ -124,6 +126,7 @@ Attributes of Architectural Elements
124126 :status: valid
125127 :tags: manual, attribute, mandatory
126128 :complies: std_req__iso26262__support_6421, std_req__iso26262__support_6425
129+ :satisfies: wf__cr_mt_featarch, wf__cr_mt_comparch
127130
128131 Each architectural element shall have a automotive safety integrity level (ASIL) identifier:
129132
@@ -135,6 +138,7 @@ Attributes of Architectural Elements
135138 :status: valid
136139 :tags: manual, attribute, mandatory
137140 :complies: std_req__iso26262__support_6425
141+ :satisfies: wf__cr_mt_featarch, wf__cr_mt_comparch
138142
139143 Each architectural element shall have a status:
140144
@@ -149,6 +153,7 @@ Traceability to Requirements
149153 :status: valid
150154 :tags: manual, attribute, mandatory
151155 :complies: std_req__iso26262__support_6425
156+ :satisfies: wf__cr_mt_featarch, wf__cr_mt_comparch
152157
153158 Each architectural element shall be linked to a requirement.
154159
@@ -157,7 +162,7 @@ Traceability to Requirements
157162 :status: valid
158163 :tags: manual
159164 :complies: std_req__iso26262__support_6432
160- :satisfies: wf__cr_mt_featarch
165+ :satisfies: wf__cr_mt_featarch, wf__cr_mt_comparch
161166
162167 Requirements shall be fulfilled by an architectural element on the corresponding level.
163168
@@ -176,6 +181,7 @@ Checks for Architectural Design
176181 :id: gd_req__arch__attr_mandatory
177182 :status: valid
178183 :tags: prio_1_automation, attribute, check
184+ :satisfies: wf__cr_mt_featarch, wf__cr_mt_comparch
179185
180186 It shall be checked if all mandatory attributes for each architectural element are provided by the user. For all elements following attributes shall be mandatory:
181187
@@ -189,27 +195,31 @@ Checks for Architectural Design
189195 :id: gd_req__arch__linkage_safety
190196 :status: valid
191197 :tags: prio_1_automation, attribute, check
198+ :satisfies: wf__cr_mt_featarch, wf__cr_mt_comparch
192199
193200 It shall be checked that every valid safety architectural element is linked according to the defined model :need: `gd_req__arch__build_blocks_corr `.
194201
195202.. gd_req :: Architecture linkage safety
196203 :id: gd_req__arch__linkage_safety_trace
197204 :status: valid
198205 :tags: prio_1_automation, attribute, check
206+ :satisfies: wf__cr_mt_featarch, wf__cr_mt_comparch
199207
200208 It shall be checked that valid safety architectural elements (Safety != QM) can only be linked against valid safety architectural elements.
201209
202210.. gd_req :: Architecture linkage security
203211 :id: gd_req__arch__linkage_security_trace
204212 :status: valid
205213 :tags: prio_2_automation, attribute, check
214+ :satisfies: wf__cr_mt_featarch, wf__cr_mt_comparch
206215
207216 It shall be checked that security relevant architectural elements (Security == YES) can only be linked against security relevant architectural elements.
208217
209218.. gd_req :: Architecture linkage requirement
210219 :id: gd_req__arch__linkage_requirement
211220 :status: valid
212221 :tags: prio_1_automation, attribute, check
222+ :satisfies: wf__cr_mt_featarch, wf__cr_mt_comparch
213223
214224 It shall be checked that each architectural element (safety!=QM) is linked against at least one safety requirement (safety!=QM).
215225 It shall be checked that architectural elements with safety=QM are not linked against safety requirements (safety!=QM).
@@ -218,6 +228,7 @@ Checks for Architectural Design
218228 :id: gd_req__arch__linkage_requirement_type
219229 :status: valid
220230 :tags: prio_3_automation, attribute, check
231+ :satisfies: wf__cr_mt_featarch, wf__cr_mt_comparch
221232
222233 It shall be checked that requirements of a respective type can only be linked to architectural elements according to following traceability:
223234
@@ -228,27 +239,30 @@ Checks for Architectural Design
228239 :id: gd_req__arch__consistency_model
229240 :status: valid
230241 :tags: prio_2_automation, model, check
242+ :satisfies: wf__cr_mt_featarch, wf__cr_mt_comparch
231243
232244 It shall be checked if all mentioned SW components are available in the modules repository.
233245
234246.. gd_req :: Architecture check consistency interfaces
235247 :id: gd_req__arch__consistency_interf
236248 :status: valid
237249 :tags: prio_2_automation, model, check
250+ :satisfies: wf__cr_mt_featarch, wf__cr_mt_comparch
238251
239252 It shall be checked if all mentioned component interfaces are available in the modules repository.
240253
241254.. gd_req :: Architecture check consistency dynamic architecture
242255 :id: gd_req__arch__consistency_dynamic
243256 :status: valid
244257 :tags: prio_3_automation, model, check
258+ :satisfies: wf__cr_mt_featarch, wf__cr_mt_comparch
245259
246260 It shall be checked if all SW components which are mentioned in the dynamic architecture are defined in the static architecture.
247261
248262.. gd_req :: Building Blocks Dynamic Architecture
249263 :id: gd_req__arch__build_blocks_dynamic
250264 :status: valid
251265 :tags: done_automation
252- :satisfies: wf__cr_mt_featarch
266+ :satisfies: wf__cr_mt_featarch, wf__cr_mt_comparch
253267
254268 It shall be possible to provide the required architectural building blocks inside the dynamic architecture.
0 commit comments