Made hardcoded components slower to fix a timing bug in the Am2900
[Mograsim.git] / plugins / net.mograsim.plugin.core / src / net / mograsim / plugin / SimulationPreview.java
index 92d45a5..746433b 100644 (file)
@@ -39,6 +39,7 @@ public class SimulationPreview implements IThemePreview
                LogicModelModifiable model = new LogicModelModifiable();
                CoreModelParameters params = new CoreModelParameters();
                params.gateProcessTime = 50;
+               params.hardcodedComponentProcessTime = params.gateProcessTime * 5;
                params.wireTravelTime = 10;
 
                ModelManualSwitch rIn = new ModelManualSwitch(model, 1);