forked from mdblack/simulator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddcontrol.xml
More file actions
45 lines (44 loc) · 753 Bytes
/
Copy pathaddcontrol.xml
File metadata and controls
45 lines (44 loc) · 753 Bytes
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
<control>
<control path>
<pathname>path</pathname>
<state>
<statename>0</statename>
<microinstruction>
<reg PC></reg>
<reg value1></reg>
</microinstruction>
<nextstate>
<nextstatename>1</nextstatename>
</nextstate>
</state>
<state>
<statename>1</statename>
<microinstruction>
<reg PC></reg>
<reg value2></reg>
</microinstruction>
<nextstate>
<nextstatename>2</nextstatename>
</nextstate>
</state>
<state>
<statename>2</statename>
<microinstruction>
<reg sum></reg>
</microinstruction>
<nextstate>
<nextstatename>3</nextstatename>
</nextstate>
</state>
<state>
<statename>3</statename>
<microinstruction>
<reg PC></reg>
<reg memory></reg>
</microinstruction>
<nextstate>
<nextstatename>0</nextstatename>
</nextstate>
</state>
</control path>
</control>