-
Notifications
You must be signed in to change notification settings - Fork 16
add linking to iso26262 and add requirements according to ISO #470
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add linking to iso26262 and add requirements according to ISO #470
Conversation
|
The created documentation from the pull request is available at: docu-html |
masc2023
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If manual check is required, it should be covered by the checklist for architectural design
process/process_areas/architecture_design/guidance/architecture_process_reqs.rst
Outdated
Show resolved
Hide resolved
process/process_areas/architecture_design/guidance/architecture_process_reqs.rst
Outdated
Show resolved
Hide resolved
| * - ARC_04_03 | ||
| - Are the the scheduling properties for the component defined and documented? | ||
|
|
||
| Note: see ISO 26262-6, 7.4.3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use definitions in standards, as here std_req__iso26262__software_743
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changed
| :tags: prio_3_automation, model, check | ||
| :complies: std_req__iso26262__software_743, std_req__aspice_40__SWE-3-BP3 | ||
|
|
||
| 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still has the word component classification document. I would say, it should be the SW Verification Report, which should contain that.
masc2023
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fine now, but would be better to check the document for the measure again
add linking to iso26262 and add requirements according to ISO26262
See also findings in as base of these changes:
#82 (comment)