X-Git-Url: https://mograsim.net/gitweb/?a=blobdiff_plain;f=net.mograsim.logic.model.am2900%2Ftest%2Fnet%2Fmograsim%2Flogic%2Fmodel%2Fam2900%2Fam2904%2FTestableAm2904.java;fp=net.mograsim.logic.model.am2900%2Ftest%2Fnet%2Fmograsim%2Flogic%2Fmodel%2Fam2900%2Fam2904%2FTestableAm2904.java;h=d9c92339e7d9ec80aab97b3be2d5a1829bbeedb9;hb=25b455d400c8f7e5c7ece19e3c64cf80c106ac3d;hp=c10672d24262478451f8f7c9c898400367108b9f;hpb=6d3f5892ac40a8a28291a5bf117d345c83061a1b;p=Mograsim.git diff --git a/net.mograsim.logic.model.am2900/test/net/mograsim/logic/model/am2900/am2904/TestableAm2904.java b/net.mograsim.logic.model.am2900/test/net/mograsim/logic/model/am2900/am2904/TestableAm2904.java index c10672d2..d9c92339 100644 --- a/net.mograsim.logic.model.am2900/test/net/mograsim/logic/model/am2900/am2904/TestableAm2904.java +++ b/net.mograsim.logic.model.am2900/test/net/mograsim/logic/model/am2900/am2904/TestableAm2904.java @@ -85,12 +85,12 @@ public interface TestableAm2904 extends TestableCircuit String getQIO3(); - public enum Am2904_ShiftDir + enum Am2904_ShiftDir { RIGHT, LEFT; } - public enum Am2904_Carry + enum Am2904_Carry { CI0, CI1, CX, USE_SR; } @@ -104,7 +104,7 @@ public interface TestableAm2904 extends TestableCircuit *
  • condCode = the boolean term defining the CT output
  • * */ - public enum Am2904_Inst + enum Am2904_Inst { // @formatter:off LoadM_LoadY_µ_NxorOVRorZ(0_00),