Added DeserializedSubmodelComponent Editor project
[Mograsim.git] / net.mograsim.logic.ui.am2900 / src / net / mograsim / logic / ui / model / components / mi / nandbased / am2901 / GUIAm2901ALUInclDecode.java
1 package net.mograsim.logic.ui.model.components.mi.nandbased.am2901;
2
3 import net.haspamelodica.swt.helper.swtobjectwrappers.Point;
4 import net.mograsim.logic.ui.model.ViewModelModifiable;
5 import net.mograsim.logic.ui.model.components.mi.nandbased.GUIxor;
6 import net.mograsim.logic.ui.model.components.submodels.SimpleRectangularSubmodelComponent;
7 import net.mograsim.logic.ui.model.wires.GUIWire;
8 import net.mograsim.logic.ui.model.wires.Pin;
9 import net.mograsim.logic.ui.model.wires.WireCrossPoint;
10 import net.mograsim.logic.ui.serializing.IndirectGUIComponentCreator;
11
12 public class GUIAm2901ALUInclDecode extends SimpleRectangularSubmodelComponent
13 {
14         public GUIAm2901ALUInclDecode(ViewModelModifiable model)
15         {
16                 super(model, 1, "GUIAm2901ALUInclDecode");
17                 setSubmodelScale(.25);
18                 setInputPins("I5", "I4", "I3", "Cn", "R1", "R2", "R3", "R4", "S1", "S2", "S3", "S4");
19                 setOutputPins("F1", "F2", "F3", "F4", "Cn+4", "OVR");
20                 initSubmodelComponents();
21         }
22
23         @SuppressWarnings("unused") // for GUIWires being created
24         private void initSubmodelComponents()
25         {
26                 Pin I5 = getSubmodelPin("I5");
27                 Pin I4 = getSubmodelPin("I4");
28                 Pin I3 = getSubmodelPin("I3");
29                 Pin Cn = getSubmodelPin("Cn");
30                 Pin R1 = getSubmodelPin("R1");
31                 Pin R2 = getSubmodelPin("R2");
32                 Pin R3 = getSubmodelPin("R3");
33                 Pin R4 = getSubmodelPin("R4");
34                 Pin S1 = getSubmodelPin("S1");
35                 Pin S2 = getSubmodelPin("S2");
36                 Pin S3 = getSubmodelPin("S3");
37                 Pin S4 = getSubmodelPin("S4");
38                 Pin F1 = getSubmodelPin("F1");
39                 Pin F2 = getSubmodelPin("F2");
40                 Pin F3 = getSubmodelPin("F3");
41                 Pin F4 = getSubmodelPin("F4");
42                 Pin Cnplus4 = getSubmodelPin("Cn+4");
43                 Pin OVR = getSubmodelPin("OVR");
44
45                 GUIAm2901ALUFuncDecode funcDecode = new GUIAm2901ALUFuncDecode(submodelModifiable);
46                 GUIAm2901ALUOneBit alu1 = new GUIAm2901ALUOneBit(submodelModifiable);
47                 GUIAm2901ALUOneBit alu2 = new GUIAm2901ALUOneBit(submodelModifiable);
48                 GUIAm2901ALUOneBit alu3 = new GUIAm2901ALUOneBit(submodelModifiable);
49                 GUIAm2901ALUOneBit alu4 = new GUIAm2901ALUOneBit(submodelModifiable);
50                 GUIxor xorOVR = new GUIxor(submodelModifiable);
51
52                 WireCrossPoint cpCoutE1 = new WireCrossPoint(submodelModifiable, 1);
53                 WireCrossPoint cpCoutE2 = new WireCrossPoint(submodelModifiable, 1);
54                 WireCrossPoint cpCoutE3 = new WireCrossPoint(submodelModifiable, 1);
55                 WireCrossPoint cpCinE1 = new WireCrossPoint(submodelModifiable, 1);
56                 WireCrossPoint cpCinE2 = new WireCrossPoint(submodelModifiable, 1);
57                 WireCrossPoint cpCinE3 = new WireCrossPoint(submodelModifiable, 1);
58                 WireCrossPoint cpRN1 = new WireCrossPoint(submodelModifiable, 1);
59                 WireCrossPoint cpRN2 = new WireCrossPoint(submodelModifiable, 1);
60                 WireCrossPoint cpRN3 = new WireCrossPoint(submodelModifiable, 1);
61                 WireCrossPoint cpSN1 = new WireCrossPoint(submodelModifiable, 1);
62                 WireCrossPoint cpSN2 = new WireCrossPoint(submodelModifiable, 1);
63                 WireCrossPoint cpSN3 = new WireCrossPoint(submodelModifiable, 1);
64                 WireCrossPoint cpFN1 = new WireCrossPoint(submodelModifiable, 1);
65                 WireCrossPoint cpFN2 = new WireCrossPoint(submodelModifiable, 1);
66                 WireCrossPoint cpFN3 = new WireCrossPoint(submodelModifiable, 1);
67                 WireCrossPoint cpL1 = new WireCrossPoint(submodelModifiable, 1);
68                 WireCrossPoint cpL2 = new WireCrossPoint(submodelModifiable, 1);
69                 WireCrossPoint cpL3 = new WireCrossPoint(submodelModifiable, 1);
70                 WireCrossPoint cpCnplus3 = new WireCrossPoint(submodelModifiable, 1);
71                 WireCrossPoint cpCnplus4 = new WireCrossPoint(submodelModifiable, 1);
72
73                 funcDecode.moveTo(20, 2.5);
74                 alu1.moveTo(45, 80);
75                 alu2.moveTo(45, 180);
76                 alu3.moveTo(45, 280);
77                 alu4.moveTo(45, 380);
78                 xorOVR.moveTo(95, 400);
79                 cpCoutE1.moveCenterTo(25, 95);
80                 cpCoutE2.moveCenterTo(25, 195);
81                 cpCoutE3.moveCenterTo(25, 295);
82                 cpCinE1.moveCenterTo(27.5, 105);
83                 cpCinE2.moveCenterTo(27.5, 205);
84                 cpCinE3.moveCenterTo(27.5, 305);
85                 cpRN1.moveCenterTo(30, 125);
86                 cpRN2.moveCenterTo(30, 225);
87                 cpRN3.moveCenterTo(30, 325);
88                 cpSN1.moveCenterTo(32.5, 145);
89                 cpSN2.moveCenterTo(32.5, 245);
90                 cpSN3.moveCenterTo(32.5, 345);
91                 cpFN1.moveCenterTo(35, 155);
92                 cpFN2.moveCenterTo(35, 255);
93                 cpFN3.moveCenterTo(35, 355);
94                 cpL1.moveCenterTo(37.5, 165);
95                 cpL2.moveCenterTo(37.5, 265);
96                 cpL3.moveCenterTo(37.5, 365);
97                 cpCnplus3.moveCenterTo(85, 375);
98                 cpCnplus4.moveCenterTo(85, 385);
99
100                 new GUIWire(submodelModifiable, I5, funcDecode.getPin("I5"), new Point(5, 20), new Point(5, 7.5));
101                 new GUIWire(submodelModifiable, I4, funcDecode.getPin("I4"), new Point(10, 60), new Point(10, 17.5));
102                 new GUIWire(submodelModifiable, I3, funcDecode.getPin("I3"), new Point(15, 100), new Point(15, 27.5));
103                 new GUIWire(submodelModifiable, funcDecode.getPin("SBE"), cpCoutE1, new Point(62.5, 37.5), new Point(62.5, 70), new Point(25, 70));
104                 new GUIWire(submodelModifiable, cpCoutE1, cpCoutE2, new Point[0]);
105                 new GUIWire(submodelModifiable, cpCoutE2, cpCoutE3, new Point[0]);
106                 new GUIWire(submodelModifiable, cpCoutE1, alu1.getPin("CoutE"), new Point[0]);
107                 new GUIWire(submodelModifiable, cpCoutE2, alu2.getPin("CoutE"), new Point[0]);
108                 new GUIWire(submodelModifiable, cpCoutE3, alu3.getPin("CoutE"), new Point[0]);
109                 new GUIWire(submodelModifiable, cpCoutE3, alu4.getPin("CoutE"), new Point(25, 395));
110                 new GUIWire(submodelModifiable, funcDecode.getPin("CinE"), cpCinE1, new Point(70, 7.5), new Point(70, 77.5), new Point(27.5, 77.5));
111                 new GUIWire(submodelModifiable, cpCinE1, cpCinE2, new Point[0]);
112                 new GUIWire(submodelModifiable, cpCinE2, cpCinE3, new Point[0]);
113                 new GUIWire(submodelModifiable, cpCinE1, alu1.getPin("CinE"), new Point[0]);
114                 new GUIWire(submodelModifiable, cpCinE2, alu2.getPin("CinE"), new Point[0]);
115                 new GUIWire(submodelModifiable, cpCinE3, alu3.getPin("CinE"), new Point[0]);
116                 new GUIWire(submodelModifiable, cpCinE3, alu4.getPin("CinE"), new Point(27.5, 405));
117                 new GUIWire(submodelModifiable, funcDecode.getPin("RN"), cpRN1, new Point(57.5, 57.5), new Point(57.5, 65), new Point(30, 65));
118                 new GUIWire(submodelModifiable, cpRN1, cpRN2, new Point[0]);
119                 new GUIWire(submodelModifiable, cpRN2, cpRN3, new Point[0]);
120                 new GUIWire(submodelModifiable, cpRN1, alu1.getPin("RN"), new Point[0]);
121                 new GUIWire(submodelModifiable, cpRN2, alu2.getPin("RN"), new Point[0]);
122                 new GUIWire(submodelModifiable, cpRN3, alu3.getPin("RN"), new Point[0]);
123                 new GUIWire(submodelModifiable, cpRN3, alu4.getPin("RN"), new Point(30, 425));
124                 new GUIWire(submodelModifiable, funcDecode.getPin("SN"), cpSN1, new Point(65, 27.5), new Point(65, 72.5), new Point(32.5, 72.5));
125                 new GUIWire(submodelModifiable, cpSN1, cpSN2, new Point[0]);
126                 new GUIWire(submodelModifiable, cpSN2, cpSN3, new Point[0]);
127                 new GUIWire(submodelModifiable, cpSN1, alu1.getPin("SN"), new Point[0]);
128                 new GUIWire(submodelModifiable, cpSN2, alu2.getPin("SN"), new Point[0]);
129                 new GUIWire(submodelModifiable, cpSN3, alu3.getPin("SN"), new Point[0]);
130                 new GUIWire(submodelModifiable, cpSN3, alu4.getPin("SN"), new Point(32.5, 445));
131                 new GUIWire(submodelModifiable, funcDecode.getPin("FN"), cpFN1, new Point(60, 47.5), new Point(60, 67.5), new Point(35, 67.5));
132                 new GUIWire(submodelModifiable, cpFN1, cpFN2, new Point[0]);
133                 new GUIWire(submodelModifiable, cpFN2, cpFN3, new Point[0]);
134                 new GUIWire(submodelModifiable, cpFN1, alu1.getPin("FN"), new Point[0]);
135                 new GUIWire(submodelModifiable, cpFN2, alu2.getPin("FN"), new Point[0]);
136                 new GUIWire(submodelModifiable, cpFN3, alu3.getPin("FN"), new Point[0]);
137                 new GUIWire(submodelModifiable, cpFN3, alu4.getPin("FN"), new Point(35, 455));
138                 new GUIWire(submodelModifiable, funcDecode.getPin("L"), cpL1, new Point(67.5, 17.5), new Point(67.5, 75), new Point(37.5, 75));
139                 new GUIWire(submodelModifiable, cpL1, cpL2, new Point[0]);
140                 new GUIWire(submodelModifiable, cpL2, cpL3, new Point[0]);
141                 new GUIWire(submodelModifiable, cpL1, alu1.getPin("L"), new Point[0]);
142                 new GUIWire(submodelModifiable, cpL2, alu2.getPin("L"), new Point[0]);
143                 new GUIWire(submodelModifiable, cpL3, alu3.getPin("L"), new Point[0]);
144                 new GUIWire(submodelModifiable, cpL3, alu4.getPin("L"), new Point(37.5, 465));
145                 new GUIWire(submodelModifiable, R1, alu1.getPin("R"), new Point(10, 180), new Point(10, 115));
146                 new GUIWire(submodelModifiable, R2, alu2.getPin("R"), new Point(10, 220), new Point(10, 215));
147                 new GUIWire(submodelModifiable, R3, alu3.getPin("R"), new Point(10, 260), new Point(10, 315));
148                 new GUIWire(submodelModifiable, R4, alu4.getPin("R"), new Point(20, 300), new Point(20, 415));
149                 new GUIWire(submodelModifiable, S1, alu1.getPin("S"), new Point(15, 340), new Point(15, 135));
150                 new GUIWire(submodelModifiable, S2, alu2.getPin("S"), new Point(5, 380), new Point(5, 235));
151                 new GUIWire(submodelModifiable, S3, alu3.getPin("S"), new Point(10, 420), new Point(10, 335));
152                 new GUIWire(submodelModifiable, S4, alu4.getPin("S"), new Point(10, 460), new Point(10, 435));
153                 new GUIWire(submodelModifiable, Cn, alu1.getPin("Cin"), new Point(5, 140), new Point(5, 85));
154                 new GUIWire(submodelModifiable, alu1.getPin("Cout"), alu2.getPin("Cin"), new Point(85, 85), new Point(85, 175), new Point(40, 175),
155                                 new Point(40, 185));
156                 new GUIWire(submodelModifiable, alu2.getPin("Cout"), alu3.getPin("Cin"), new Point(85, 185), new Point(85, 275), new Point(40, 275),
157                                 new Point(40, 285));
158                 new GUIWire(submodelModifiable, alu3.getPin("Cout"), cpCnplus3, new Point(85, 285));
159                 new GUIWire(submodelModifiable, cpCnplus3, alu4.getPin("Cin"), new Point(40, 375), new Point(40, 385));
160                 new GUIWire(submodelModifiable, alu4.getPin("Cout"), cpCnplus4, new Point[0]);
161                 new GUIWire(submodelModifiable, alu1.getPin("F"), F1, new Point(90, 95), new Point(90, 20));
162                 new GUIWire(submodelModifiable, alu2.getPin("F"), F2, new Point(95, 195), new Point(95, 60));
163                 new GUIWire(submodelModifiable, alu3.getPin("F"), F3, new Point(100, 295), new Point(100, 100));
164                 new GUIWire(submodelModifiable, alu4.getPin("F"), F4, new Point(105, 395), new Point(105, 140));
165                 new GUIWire(submodelModifiable, cpCnplus3, xorOVR.getPin("A"), new Point(90, 375), new Point(90, 405));
166                 new GUIWire(submodelModifiable, cpCnplus4, xorOVR.getPin("B"), new Point(85, 415));
167                 new GUIWire(submodelModifiable, cpCnplus4, Cnplus4, new Point(130, 385), new Point(130, 180));
168                 new GUIWire(submodelModifiable, xorOVR.getPin("Y"), OVR);
169         }
170
171         static
172         {
173                 IndirectGUIComponentCreator.setComponentProvider(GUIAm2901ALUInclDecode.class.getCanonicalName(),
174                                 (m, p) -> new GUIAm2901ALUInclDecode(m));
175         }
176 }