forked from mdblack/simulator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadderctrl2.xml
More file actions
67 lines (66 loc) · 1.24 KB
/
adderctrl2.xml
File metadata and controls
67 lines (66 loc) · 1.24 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<control>
<control path>
<pathname>0</pathname>
<state>
<statename>0 fetch</statename>
<microinstruction>
<input opcode>X</input>
<reg IR></reg>
<alu ALU>+</alu>
<reg PC></reg>
<alu pcadder>+</alu>
<mux rfaddrMux>0</mux>
</microinstruction>
<nextstate>
<input opcode>0</input>
<nextstatename>1 add</nextstatename>
</nextstate>
<nextstate>
<input opcode>1</input>
<nextstatename>0</nextstatename>
</nextstate>
</state>
<state>
<statename>1 add</statename>
<microinstruction>
<input opcode>X</input>
<reg AIR></reg>
<alu ALU>+</alu>
<alu pcadder>+</alu>
<mux rfaddrMux>0</mux>
</microinstruction>
<nextstate>
<input opcode>X</input>
<nextstatename>2 add</nextstatename>
</nextstate>
</state>
<state>
<statename>2 add</statename>
<microinstruction>
<input opcode>X</input>
<reg AOR></reg>
<alu ALU>NAND</alu>
<alu pcadder>+</alu>
<mux rfaddrMux>1</mux>
</microinstruction>
<nextstate>
<input opcode>X</input>
<nextstatename>3 add</nextstatename>
</nextstate>
</state>
<state>
<statename>3 add</statename>
<microinstruction>
<input opcode>X</input>
<reg RF></reg>
<alu ALU>+</alu>
<alu pcadder>+</alu>
<mux rfaddrMux>0</mux>
</microinstruction>
<nextstate>
<input opcode>X</input>
<nextstatename>0 fetch</nextstatename>
</nextstate>
</state>
</control path>
</control>