X-Git-Url: https://mograsim.net/gitweb/?a=blobdiff_plain;f=net.mograsim.logic.model.am2900%2Fsrc%2Fnet%2Fmograsim%2Flogic%2Fmodel%2Fam2900%2Fcomponents%2Fam2904%2FModelAm2904ShiftInstrDecode.java;h=3e97cc6c10c60c876c02307c0d2fe3d1e42e5589;hb=8bed58cd47f4e53a0a83e066d38864aa6875502f;hp=ef7b2c13aea4742c69eeeecd11e44c0b6b1441fb;hpb=1f645882d229fc3d4081e4c5060559d75dc2cc24;p=Mograsim.git diff --git a/net.mograsim.logic.model.am2900/src/net/mograsim/logic/model/am2900/components/am2904/ModelAm2904ShiftInstrDecode.java b/net.mograsim.logic.model.am2900/src/net/mograsim/logic/model/am2900/components/am2904/ModelAm2904ShiftInstrDecode.java index ef7b2c13..3e97cc6c 100644 --- a/net.mograsim.logic.model.am2900/src/net/mograsim/logic/model/am2900/components/am2904/ModelAm2904ShiftInstrDecode.java +++ b/net.mograsim.logic.model.am2900/src/net/mograsim/logic/model/am2900/components/am2904/ModelAm2904ShiftInstrDecode.java @@ -23,7 +23,7 @@ public class ModelAm2904ShiftInstrDecode extends SimpleRectangularHardcodedModel { public ModelAm2904ShiftInstrDecode(LogicModelModifiable model, String name) { - super(model, "Am2904ShiftInstrDecode", name, "Shift \ninstruction\ndecode"); + super(model, "Am2904ShiftInstrDecode", name, "Shift \ninstruction\ndecode", false); setSize(60, 80); addPin(new Pin(model, this, "I", 5, PinUsage.INPUT, 0, 25), Position.RIGHT); addPin(new Pin(model, this, "_SE", 1, PinUsage.INPUT, 0, 55), Position.RIGHT); @@ -65,6 +65,8 @@ public class ModelAm2904ShiftInstrDecode extends SimpleRectangularHardcodedModel // 1x: SIOn addPin(new Pin(model, this, "MC_MUX", 2, PinUsage.OUTPUT, 60, 65), Position.LEFT); addPin(new Pin(model, this, "MC_EN", 1, PinUsage.OUTPUT, 60, 75), Position.LEFT); + + init(); } @Override