Skip to content

Commit ad30a28

Browse files
authored
added aiT WCET Analyzer tool (#545)
* added aiT WCET Analyzer tool * updated tracked standars with EN 50128 and added list of qualified standards for aiT WCET Analyzer * adjusted qualification of aiT WCET Analyzer
1 parent 1cf56d5 commit ad30a28

1 file changed

Lines changed: 36 additions & 4 deletions

File tree

subcommittee/tooling/tool-list/available-tools.yaml

Lines changed: 36 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
metadata:
99
title: "Rust Tooling for use in Safety Critical Projects"
10-
version: "1.0"
10+
version: "1.1"
1111
date: "2025-09-29"
1212
tracked-standards:
1313
- name: "ISO-26262"
@@ -22,9 +22,41 @@ metadata:
2222
- name: "IEC 61508"
2323
levels: ["SIL-1", "SIL-2", "SIL-3", "SIL-4"]
2424
description: "Functional Safety of Electrical/Electronic/Programmable Electronic Safety-related Systems"
25+
- name: "EN 50128"
26+
levels: ["SIL-1", "SIL-2", "SIL-3", "SIL-4"]
27+
description: "Railway applications - Communication, signalling and processing systems - Software for railway control and protection systems"
28+
2529

2630
# Tools organized alphabetically by name
2731
tools:
32+
- name: "aiT WCET Analyzer"
33+
type: "static-analysis"
34+
url: "https://www.absint.com/ait/index.htm"
35+
description: "Tool to statically compute the worst-case execution time of each task."
36+
license: "commercial"
37+
qualified:
38+
- name: "ISO-26262"
39+
up-to: "ASIL-D"
40+
info: '''
41+
Part of the Generic Qualification Kit. For more information: https://www.absint.com/ait/qualification.htm
42+
'''
43+
- name: "DO-178C"
44+
up-to: "DAL-A"
45+
info: '''
46+
Part of the Generic Qualification Kit. For more information: https://www.absint.com/ait/qualification.htm
47+
'''
48+
- name: "IEC 61508"
49+
up-to: "SIL-4"
50+
info: '''
51+
Part of the Generic Qualification Kit. For more information: https://www.absint.com/ait/qualification.htm
52+
'''
53+
54+
- name: "EN 50128"
55+
up-to: "SIL-4"
56+
info: '''
57+
Part of the Generic Qualification Kit. For more information: https://www.absint.com/ait/qualification.htm
58+
'''
59+
2860
- name: "cargo"
2961
type: "package-manager"
3062
url: "https://github.com/rust-lang/cargo"
@@ -70,7 +102,7 @@ tools:
70102
license: "Apache 2.0 & MIT"
71103
liability: "Pre-qualified binaries and support are available with monthly/yearly subscriptions. Qualification kits are also available for an additional fee."
72104
qualified:
73-
- name: "ISO 26262"
105+
- name: "ISO-26262"
74106
up-to: "ASIL-D"
75107
info: '''
76108
TÜV SÜD certificate: https://www.tuvsud.com/en/customer-hub/ps-cert/?q=Z10+123030+0001+Rev.+01.
@@ -83,7 +115,7 @@ tools:
83115
For more information, contact Ferrous Systems GmbH at https://ferrous-systems.com/contact#ferrocene.
84116
'''
85117
- name: "IEC 61508"
86-
up-to: "SIL 4"
118+
up-to: "SIL-4"
87119
info: '''
88120
TÜV SÜD certificate: https://www.tuvsud.com/en/customer-hub/ps-cert/?q=Z10+123030+0001+Rev.+01.
89121
For more information, contact Ferrous Systems GmbH at https://ferrous-systems.com/contact#ferrocene.
@@ -111,7 +143,7 @@ tools:
111143
license: "Apache 2.0 & MIT"
112144
liability: "Contact HighTec for costs and legalities related to qualification and support."
113145
qualified:
114-
- name: "ISO 26262"
146+
- name: "ISO-26262"
115147
up-to: "ASIL-D"
116148

117149
- name: "kani"

0 commit comments

Comments
 (0)