Skip to content

Commit df17664

Browse files
committed
improvements to ml2
1 parent 270e0ed commit df17664

File tree

7 files changed

+933
-15
lines changed

7 files changed

+933
-15
lines changed

process/_assets/score_process_area_overview.drawio.svg

Lines changed: 916 additions & 4 deletions
Loading

process/process_areas/implementation/guidance/implementation_process_reqs.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Process Requirements
2020
:status: valid
2121
:tags: manual_prio_1, mandatory
2222
:satisfies: wf__sw_detailed_design
23-
:complies: std_req__iso26262__software_843
23+
:complies: std_req__iso26262__software_843, std_req__aspice_40__SWE-3-BP1
2424

2525
The static diagram shall represent the unit and their relationships using UML notations.
2626

@@ -29,7 +29,7 @@ Process Requirements
2929
:status: valid
3030
:tags: manual_prio_2, mandatory
3131
:satisfies: wf__sw_detailed_design
32-
:complies: std_req__iso26262__software_843
32+
:complies: std_req__iso26262__software_843, std_req__aspice_40__SWE-3-BP2
3333

3434
The dynamic diagram shall represent the unit and their relationships using UML notations.
3535

@@ -38,7 +38,7 @@ Process Requirements
3838
:status: valid
3939
:tags: prio_1_automation, mandatory
4040
:satisfies: wf__sw_detailed_design
41-
:complies: std_req__iso26262__software_843
41+
:complies: std_req__iso26262__software_843, std_req__aspice_40__SWE-3-BP3, std_req__aspice_40__SWE-3-BP4
4242

4343
The detailed design (units and interfaces in DD document) shall be linked
4444
to the source code which implements the units and interfaces in the DD.

process/process_areas/implementation/guidance/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Guidance
1818
.. toctree::
1919
:maxdepth: 1
2020

21-
implementation_guideline
2221
implementation_checklist
2322
detailed_design_template
23+
implementation_guideline
2424
implementation_process_reqs
2525
software_development_template

process/process_areas/implementation/implementation_roles.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,7 @@ Contributing Roles:
2121

2222
* :need:`Contributor <rl__contributor>`
2323
* :need:`Committer <rl__committer>`
24+
25+
A detailed overview of the responsibility for the steps of the requirement process is listed here:
26+
27+
:ref:`workflow_implementation`

process/process_areas/implementation/implementation_workflow.rst

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
# SPDX-License-Identifier: Apache-2.0
1313
# *******************************************************************************
1414
15+
.. _workflow_implementation:
16+
17+
1518
Workflow Implementation
1619
#######################
1720

@@ -26,10 +29,10 @@ Workflow Implementation
2629
:contains: gd_temp__software_development_plan
2730
:has: doc_concept__imp_concept, doc_getstrt__imp_getstrt
2831

29-
The Software Development Plan shall descirbe
30-
- methods
31-
- Guidelines
32-
- development environment
32+
The Software Development Plan shall describe
33+
- Design and programming language selection
34+
- Guidelines for design and coding
35+
- Development tools
3336

3437
.. workflow:: Create/Maintain Implementation
3538
:id: wf__sw_detailed_design

process/process_areas/implementation/implementation_workproducts.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Workproducts Implementation
1919
:id: wp__sw_implementation
2020
:status: valid
2121
:tags: safety
22-
:complies: std_wp__iso26262__software_851, std_wp__iso26262__software_852, std_wp__iso26262__software_app_c_53
22+
:complies: std_wp__iso26262__software_851, std_wp__iso26262__software_852, std_wp__iso26262__software_app_c_53, std_req__aspice_40__iic-04-05, std_req__aspice_40__iic-11-05,
2323

2424
Implementation includes source code and detailed design (e.g. in form of comments or linked graphical representations) and SW configuration (e.g. #ifdef)
2525
The "how to" is described in the SW Development Plan guidelines
@@ -43,7 +43,6 @@ Workproducts Implementation
4343
- design guideline
4444
- coding guideline (e.g. MISRA, can also include style guide or naming convention)
4545
- SW configuration guideline
46-
- Method selection (e.g. for Architecture Verification)
4746
- development tools
4847

4948
.. needextend:: docname is not None and "process_areas/implementation" in docname

process/process_areas/implementation/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Implementation
2323
implementation_getstrt
2424
implementation_concept
2525
guidance/index
26+
implementation_roles
2627
implementation_workflow
2728
implementation_workproducts
28-
implementation_roles
2929
_assets/detailed_design_example.rst

0 commit comments

Comments
 (0)