Skip to content

Commit 00f04da

Browse files
fix review findings and add further linkage
1 parent 85d1866 commit 00f04da

File tree

4 files changed

+13
-10
lines changed

4 files changed

+13
-10
lines changed

process/folder_templates/features/feature_name/architecture/chklst_arc_inspection.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Checklist
151151
allocated to single design element, number of interfaces and operations in an interface,
152152
function parameters, global variables, complex types, limited comprehensibility.
153153

154-
Note: If the "number" above exceeds "3" a design rationale is mandatory (for all types)
154+
Note: If the "number" above exceeds "3" a design rationale is mandatory (for all types).
155155
-
156156
-
157157
-
@@ -182,3 +182,12 @@ Checklist
182182
-
183183
-
184184
-
185+
* - ARC_04_03
186+
- Are the the scheduling properties for the component defined and documented?
187+
188+
Note: see ISO 26262-6, 7.4.3
189+
- manual
190+
-
191+
-
192+
-
193+
-

process/folder_templates/modules/module_name/component_name/docs/architecture/chklst_arc_inspection.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@ Checklist
152152
function parameters, global variables, complex types, limited comprehensibility.
153153

154154
Note: If the "number" above exceeds "3" a design rationale is mandatory (for all types)
155+
156+
Note: See also if component classification :need:`gd_temp__component_classification` as measure is present.
155157
-
156158
-
157159
-

process/process_areas/architecture_design/guidance/architecture_process_reqs.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -279,11 +279,3 @@ Checks for Architectural Design
279279
:complies: std_req__iso26262__software_743
280280

281281
If a component is assigned to (safety!=QM) a complexity analysis for the components shall be performed. It shall consider appropriate code metrics like lines of code, cyclomatic complexity, number of public interfaces, number of parameters and so on. The results of the analysis shall be documented in the component classification document. The project specific limits for the complexity measures shall be defined in the project guidelines.
282-
283-
.. gd_req:: Architecture scheduling properties
284-
:id: gd_req__arch_scheduling_properties
285-
:status: valid
286-
:tags: manual
287-
:complies: std_req__iso26262__software_743
288-
289-
For each component the scheduling properties shall be defined.

process/process_areas/safety_management/guidance/template_component_classification.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Component Classification Template
1818
.. gd_temp:: Component Classification Template
1919
:id: gd_temp__component_classification
2020
:status: valid
21-
:complies: std_req__isopas8926__441, std_req__isopas8926__4421, std_req__isopas8926__4422, std_req__isopas8926__4423, std_req__isopas8926__4424, std_req__isopas8926__4425, std_req__isopas8926__4426, std_req__isopas8926__4427, std_req__isopas8926__4428, std_req__isopas8926__4429, std_req__isopas8926__44210
21+
:complies: std_req__isopas8926__441, std_req__isopas8926__4421, std_req__isopas8926__4422, std_req__isopas8926__4423, std_req__isopas8926__4424, std_req__isopas8926__4425, std_req__isopas8926__4426, std_req__isopas8926__4427, std_req__isopas8926__4428, std_req__isopas8926__4429, std_req__isopas8926__44210, std_req__iso26262__software_743
2222

2323

2424
| Classification of <component>

0 commit comments

Comments
 (0)