|
| 1 | +.. |
| 2 | + # ******************************************************************************* |
| 3 | + # Copyright (c) 2025 Contributors to the Eclipse Foundation |
| 4 | + # |
| 5 | + # See the NOTICE file(s) distributed with this work for additional |
| 6 | + # information regarding copyright ownership. |
| 7 | + # |
| 8 | + # This program and the accompanying materials are made available under the |
| 9 | + # terms of the Apache License Version 2.0 which is available at |
| 10 | + # https://www.apache.org/licenses/LICENSE-2.0 |
| 11 | + # |
| 12 | + # SPDX-License-Identifier: Apache-2.0 |
| 13 | + # ******************************************************************************* |
| 14 | +
|
| 15 | + |
| 16 | +Platform DFA (Dependent Failure Analysis) |
| 17 | +========================================= |
| 18 | + |
| 19 | +.. document:: Platform DFA |
| 20 | + :id: doc__platform_dfa |
| 21 | + :status: draft |
| 22 | + :safety: ASIL_B |
| 23 | + :realizes: wp__platform_dfa |
| 24 | + :tags: template |
| 25 | + |
| 26 | +.. note:: The platform DFA is only performed once at platform level to analyse the dependencies between the features of the platform. |
| 27 | + The results shall be used as an input for the safety analysis so that general safety mechanisms are only defined once and not in every single safety analysis. |
| 28 | + |
| 29 | +.. note:: Use the content of the document to describe e.g. why a fault model is not applicable for the diagram. |
| 30 | + |
| 31 | +.. attention:: |
| 32 | + The above directive must be updated according to your Feature. |
| 33 | + |
| 34 | + - Modify ``Your Feature Name`` to be your Feature Name |
| 35 | + - Modify ``id`` to be your Feature Name in upper snake case preceded by ``doc__`` and succeeded by ``_dfa`` |
| 36 | + - Adjust ``status`` to be ``valid`` |
| 37 | + - Adjust ``safety`` and ``tags`` according to your needs |
| 38 | + |
| 39 | +Dependent Failure Initiators |
| 40 | +---------------------------- |
| 41 | + |
| 42 | +.. code-block:: rst |
| 43 | +
|
| 44 | + .. plat_saf_dfa:: <Title> |
| 45 | + :violates: <Feature architecture> |
| 46 | + :id: plat_saf_DFA__<Feature>__<Element descriptor> |
| 47 | + :failure_id: <ID from DFA failure initiators :need:`gd_guidl__dfa_failure_initiators`> |
| 48 | + :failure_effect: "description of failure effect of the failure initiator on the element" |
| 49 | + :mitigated_by: <ID from Feature Requirement | ID from AoU Feature Requirement> |
| 50 | + :mitigation_issue: <ID from Issue Tracker> |
| 51 | + :sufficient: <yes|no> |
| 52 | + :status: <valid|invalid> |
| 53 | +.. note:: argument is inside the 'content'. Therefore content is mandatory |
| 54 | + |
| 55 | +.. attention:: |
| 56 | + The above directive must be updated according to the platform DFA. |
| 57 | + |
| 58 | + - The above "code-block" directive must be updated |
| 59 | + - Fill in all the needed information in the <brackets> |
0 commit comments