WireArrayEnd now created with U and GUITest supports U
[Mograsim.git] / era.mi / src / era / mi / logic / wires / WireArray.java
index 4b5fdc7..164e153 100644 (file)
@@ -257,7 +257,7 @@ public class WireArray
 
                private void initValues()
                {
-                       inputValues = Bit.Z.makeArray(length);
+                       inputValues = Bit.U.makeArray(length);
                }
 
                /**