-
Notifications
You must be signed in to change notification settings - Fork 0
/
faults.xml
51 lines (51 loc) · 1.13 KB
/
faults.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<faults>
<fault>
<triggers>
<trigger type="TIME">
<injector>core0</injector>
<time_ps>1000000000</time_ps>
</trigger>
</triggers>
<actions>
<action type="COMMAND">
<injector>core0::OR1KVCPU</injector>
<command>boot</command>
</action>
</actions>
</fault>
<fault id="2" name="TEST">
<triggers>
<trigger type="META_COUNTER">
<count>3</count>
<trigger type="VARIABLEVALUE">
<injector>core0::OR1KVCPU</injector>
<field>ex_pc</field>
<value>280</value>
</trigger>
</trigger>
</triggers>
<actions>
<action type="BITFLIP">
<injector>core0::OR1KVCPU</injector>
<field>R1</field>
<bit>1</bit>
</action>
<action type="INJECTION">
<fault>
<triggers>
<trigger type="TIMERELATIVE">
<injector>core0::OR1KVCPU</injector>
<time_ps>10000000</time_ps>
</trigger>
</triggers>
<actions>
<action type="COMMAND">
<injector>core0::OR1KVCPU</injector>
<command>deboot</command>
</action>
</actions>
</fault>
</action>
</actions>
</fault>
</faults>