fixed Connector and added some useful methods to WireArray and Util
[Mograsim.git] / era.mi / src / era / mi / logic / components / BitDisplay.java
index 940f69c..f783c62 100644 (file)
@@ -15,6 +15,7 @@ public class BitDisplay extends BasicComponent
                super(1);
                this.in = in;
                in.addObserver(this);
+               compute();
        }
 
        @Override