Skip to content

Commit ce43650

Browse files
same spelling
1 parent 3499a00 commit ce43650

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

process/general_concepts/score_building_blocks_concept.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ may mitigated by updating the Component Requirements or by the **Component Assum
5252
as well as the Integration of multiple Units to a Component.
5353

5454
As mentioned above a Software Module is defined as a Component or a set of components realizing a
55-
Feature of the platform. Features consists of Components and are defined by **Feature Requirements**
55+
Feature of the platform. Features consists of components and are defined by **Feature Requirements**
5656
(yellow box, middle, 3rd column) and the **Feature Architecture** (yellow box, middle, 4th column).
5757
A **Feature Safety Analysis** (yellow box, middle, 6th column) is required to verify the Feature
5858
Architecture, whereby violations of safety requirements must be documented. Potential

process/general_concepts/score_traceability_concept.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ of use. For convenience also the traceability to upper and lower lever requireme
5959
The next figures sets the focus on the component level and adds the traceability from the
6060
Component Requirements to the Component Architecture, Component Safety Analysis
6161
and the Component Assumption of use. Further the traceability to Component Assumptions of use
62-
from external Components is included.
62+
from external components is included.
6363

6464

6565
.. figure:: _assets/score_traceability_model_cmp_overview_1.drawio.svg

process/process_areas/architecture_design/architecture_concept.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ The second viewpoint is named as *component architecture* and describes the impl
213213
{{ draw_component(need(), needs) }}
214214

215215
The *lower level components* are optional and rely on the complexity of the component. Thus there is no graphic representation required for it.
216-
In all views the Components which are marked as ASIL_B related are drawn in red color.
216+
In all views the components which are marked as ASIL_B related are drawn in red color.
217217

218218
Dynamic View
219219
------------

process/process_areas/change_management/change_management_concept.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ including the requirements of the different stakeholders for the Change Manageme
2626

2727
Key concept
2828
***********
29-
A Change Request is the **ONLY** way to contribute new features or to modify the scope
29+
A *Change Request* is the **ONLY** way to contribute new features or to modify the scope
3030
of existing features in the project.
31-
As features are built-up by Components a Change Request is also needed to add new
32-
Components or to modify the scope of existing Components.
33-
As a Software Module is defined as the top-level Component, all statements here for
34-
Components are also valid for Software Modules.
31+
As features are built-up by components a Change Request is also needed to add new
32+
components or to modify the scope of existing components.
33+
As a *Software Module* is defined as the top-level component, all statements here for
34+
components are also valid for Software Modules.
3535

3636
Inputs
3737
******

process/process_areas/change_management/change_management_workproducts.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Work Products Change Management
6060
|
6161
| Change Request for a new component or a modification of an existing component,
6262
| which changes the scope of the component.
63-
| Software Modules are also Components (top-level component).
63+
| Software Modules are also components (top-level component).
6464
6565
.. needextend:: docname is not None and "process_areas/change_management" in docname
6666
:+tags: change_management

process/process_areas/safety_analysis/safety_analysis_concept.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ The analysis were applied at static and dynamic architecture diagrams. The follo
110110
Feature Architecture
111111

112112
With the diagrams the dependencies and signal flows are shown. The analysis is done by applying the fault models :need:`gd_guidl__fault_models` in the above example's dynamic view the "flow component 1" to the user realizes a safety requirement. If we apply the fault model we may find the possible failure: "the message is not sent which leads to the user not being able to ..." - this could be mitigated by telling the user in an AoU: "the feature can not guarantee that the message is sent"
113-
DFA: Here we see in the static view that component 1 uses component 2. If we apply the failure initiators we may find the possible failure: "Component 2 is using up all execution time available to Component 1" which could be avoided by a OS which is reserving time for every component or by running these Components on different processors.
113+
DFA: Here we see in the static view that component 1 uses component 2. If we apply the failure initiators we may find the possible failure: "Component 2 is using up all execution time available to Component 1" which could be avoided by a OS which is reserving time for every component or by running these components on different processors.
114114
for FMEA and the failure initiators :need:`gd_guidl__dfa_failure_initiators` for DFA. Some fault models and failure initiators may not be applicable
115115
for one safety function. In this case the reason shall be documented in the FMEA/DFA documents. So it can be shown that the analysis is completely done.
116116

0 commit comments

Comments
 (0)