From 930c9a324ba55f81227e3b5e1d4ff546ad43e072 Mon Sep 17 00:00:00 2001 From: Andreas Zwinkau Date: Tue, 30 Jun 2026 16:20:34 +0200 Subject: [PATCH 1/2] fix: Restore accidentally deleted requirements The intention was to delete requirements related to unit tests. Attributes like "belongs_to" are also relevant on a higher-levels though. --- .../guidance/implementation_process_reqs.rst | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/process/process_areas/implementation/guidance/implementation_process_reqs.rst b/process/process_areas/implementation/guidance/implementation_process_reqs.rst index 737d063afd..74e64f09b6 100644 --- a/process/process_areas/implementation/guidance/implementation_process_reqs.rst +++ b/process/process_areas/implementation/guidance/implementation_process_reqs.rst @@ -81,6 +81,30 @@ Diagram Attributes .. _detailed_design_linkage: +Diagram Linkage +''''''''''''''' + +.. gd_req:: Diagram Linkage check Component ID + :id: gd_req__impl_diagram_check_id + :status: valid + :version: 1 + :tags: prio_2_automation, attribute, automated + :complies: std_req__iso26262__support_6421[version==1], std_req__iso26262__support_6425[version==1] + :satisfies: wf__sw_detailed_design[version==1] + + Each diagram shall be linked to the corresponding component id via the attribute belongs_to. + +.. gd_req:: Diagram Linkage Component ID + :id: gd_req__impl_diagram_linkage_id + :status: valid + :version: 1 + :tags: prio_2_automation, attribute, automated + :complies: std_req__iso26262__support_6421[version==1], std_req__iso26262__support_6425[version==1] + :satisfies: wf__sw_detailed_design[version==1] + + Each diagram shall be automatically linked (inverse direction) to the corresponding component id via the "belongs by" linkage. + + Diagram Checks '''''''''''''' From 81af2d15be83fb9dc61a4b8bc70261a663c264be Mon Sep 17 00:00:00 2001 From: Andreas Zwinkau Date: Thu, 2 Jul 2026 09:36:31 +0200 Subject: [PATCH 2/2] fix: move reqs to suitable section --- .../guidance/architecture_process_reqs.rst | 23 +++++++++++++++++ .../guidance/implementation_process_reqs.rst | 25 ------------------- 2 files changed, 23 insertions(+), 25 deletions(-) diff --git a/process/process_areas/architecture_design/guidance/architecture_process_reqs.rst b/process/process_areas/architecture_design/guidance/architecture_process_reqs.rst index ff8d33ec27..8cf3eaa61b 100644 --- a/process/process_areas/architecture_design/guidance/architecture_process_reqs.rst +++ b/process/process_areas/architecture_design/guidance/architecture_process_reqs.rst @@ -173,6 +173,29 @@ Attributes of Architectural Elements * valid * invalid +Diagram Linkage +''''''''''''''' + +.. gd_req:: Diagram Linkage check Component ID + :id: gd_req__impl_diagram_check_id + :status: valid + :version: 1 + :tags: prio_2_automation, attribute, automated + :complies: std_req__iso26262__support_6421[version==1], std_req__iso26262__support_6425[version==1] + :satisfies: wf__sw_detailed_design[version==1] + + Each diagram shall be linked to the corresponding component id via the attribute belongs_to. + +.. gd_req:: Diagram Linkage Component ID + :id: gd_req__impl_diagram_linkage_id + :status: valid + :version: 1 + :tags: prio_2_automation, attribute, automated + :complies: std_req__iso26262__support_6421[version==1], std_req__iso26262__support_6425[version==1] + :satisfies: wf__sw_detailed_design[version==1] + + Each diagram shall be automatically linked (inverse direction) to the corresponding component id via the "belongs by" linkage. + Traceability to Requirements and AoU ------------------------------------ diff --git a/process/process_areas/implementation/guidance/implementation_process_reqs.rst b/process/process_areas/implementation/guidance/implementation_process_reqs.rst index 74e64f09b6..0f9159a9fd 100644 --- a/process/process_areas/implementation/guidance/implementation_process_reqs.rst +++ b/process/process_areas/implementation/guidance/implementation_process_reqs.rst @@ -79,31 +79,6 @@ Diagram Attributes Each diagram shall have a description. -.. _detailed_design_linkage: - -Diagram Linkage -''''''''''''''' - -.. gd_req:: Diagram Linkage check Component ID - :id: gd_req__impl_diagram_check_id - :status: valid - :version: 1 - :tags: prio_2_automation, attribute, automated - :complies: std_req__iso26262__support_6421[version==1], std_req__iso26262__support_6425[version==1] - :satisfies: wf__sw_detailed_design[version==1] - - Each diagram shall be linked to the corresponding component id via the attribute belongs_to. - -.. gd_req:: Diagram Linkage Component ID - :id: gd_req__impl_diagram_linkage_id - :status: valid - :version: 1 - :tags: prio_2_automation, attribute, automated - :complies: std_req__iso26262__support_6421[version==1], std_req__iso26262__support_6425[version==1] - :satisfies: wf__sw_detailed_design[version==1] - - Each diagram shall be automatically linked (inverse direction) to the corresponding component id via the "belongs by" linkage. - Diagram Checks ''''''''''''''