ISO 26262 Part 8 Clause 11: Software Tool Qualification
Every software tool used in the development of safety-relevant software must be classified and, if required, qualified per ISO 26262 Part 8 Clause 11.
Tool Impact (TI): Could a malfunction of the tool lead to a failure to detect or introduce a fault in the safety-relevant software?
- TI1: Tool cannot introduce or fail to detect faults (e.g., text editor, requirement document viewer)
- TI2: Tool could fail to detect a fault (e.g., test coverage tool -- misses a gap)
- TI3: Tool could introduce faults into the safety-relevant software (e.g., code generator -- generates wrong code)
Tool Error Detection (TD): Are errors in the tool output detected by other means?
- TD1: High confidence in error detection (multiple independent checks)
- TD2: Medium confidence
- TD3: Low confidence (tool output used directly without verification)
TCL = f(TI, TD): Higher TI + lower TD = higher TCL = more qualification work required.