Unified the status order Z-C-N-OVR everywhere in the Am2904 tests
[Mograsim.git] / net.mograsim.logic.model.am2900 / test / net / mograsim / logic / model / am2900 / am2904 / TestableAm2904.java
index db58d56..9f4cbf1 100644 (file)
@@ -19,7 +19,7 @@ public interface TestableAm2904 extends TestableCircuit
 
        void setCX(String val_1_bit);
 
-       void setY(String ovr_n_c_z);
+       void setY(String z_c_n_ovr);
 
        void setIZ(String val_1_bit);