Made hardcoded components slower to fix a timing bug in the Am2900
[Mograsim.git] / plugins / net.mograsim.logic.model / src / net / mograsim / logic / model / SimpleLogicUIStandalone.java
index 03d0335..48f5cf5 100644 (file)
@@ -18,6 +18,7 @@ public class SimpleLogicUIStandalone
        {
                CoreModelParameters params = new CoreModelParameters();
                params.gateProcessTime = 50;
+               params.hardcodedComponentProcessTime = params.gateProcessTime * 5;
                params.wireTravelTime = 10;
                executeVisualisation(setupLogicModel, params, beforeRun);
        }