|
Algorithm 1 Fault injection campaign. |
-
1:
set = 100 s
-
2:
set = 1000
-
-
3:
functionGoldenRun()
-
4:
simulate() until
-
5:
return
-
6:
end function
-
-
7:
functionFaultInjection(, )
-
8:
for i = 0 to - 1 do
-
9:
-
10:
simulate() until
random()
-
11:
-
12:
simulate() until
-
13:
-
14:
end for
-
15:
end function
-
-
16:
functionErrorPropagation()
-
17:
for i = 0 to - 1 do
-
18:
if
then
-
19:
-
20:
end if
-
21:
end for
-
22:
return
-
23:
end function
|