X-Git-Url: https://mograsim.net/gitweb/?a=blobdiff_plain;f=net.mograsim.logic.model.am2900%2Ftest%2Fnet%2Fmograsim%2Flogic%2Fmodel%2Fam2900%2Fam2901%2FTestableAm2901Impl.java;h=60c1cf86c253b1aa3b527f15c4940d62d78ba730;hb=618175d733f76185710e5072b916455f251436de;hp=45e9e044e740a49b705abea55620c1a52f4ae9c3;hpb=0a04a4ed66ecebd4254541c4977599f6052c115a;p=Mograsim.git diff --git a/net.mograsim.logic.model.am2900/test/net/mograsim/logic/model/am2900/am2901/TestableAm2901Impl.java b/net.mograsim.logic.model.am2900/test/net/mograsim/logic/model/am2900/am2901/TestableAm2901Impl.java index 45e9e044..60c1cf86 100644 --- a/net.mograsim.logic.model.am2900/test/net/mograsim/logic/model/am2900/am2901/TestableAm2901Impl.java +++ b/net.mograsim.logic.model.am2900/test/net/mograsim/logic/model/am2900/am2901/TestableAm2901Impl.java @@ -8,11 +8,11 @@ import net.mograsim.logic.model.am2900.util.SwitchWithDisplay; import net.mograsim.logic.model.am2900.util.TestEnvironmentHelper; import net.mograsim.logic.model.am2900.util.TestEnvironmentHelper.DebugState; import net.mograsim.logic.model.am2900.util.TestUtil; -import net.mograsim.logic.model.model.components.GUIComponent; +import net.mograsim.logic.model.model.components.ModelComponent; public class TestableAm2901Impl implements TestableAm2901 { - private GUIComponent am2901; + private ModelComponent am2901; private CoreManualSwitch I8, I7, I6, I5, I4, I3, I2, I1, I0; private CoreManualSwitch C; private CoreManualSwitch Cn; @@ -23,7 +23,7 @@ public class TestableAm2901Impl implements TestableAm2901 private CoreBitDisplay F_0, Cn_4, OVR, F3; private SwitchWithDisplay RAMn, RAMn_3, Qn, Qn_3; - private final TestEnvironmentHelper testHelper = new TestEnvironmentHelper(this, "GUIAm2901"); + private final TestEnvironmentHelper testHelper = new TestEnvironmentHelper(this, "Am2901"); @Override public Result run()