Made hardcoded components slower to fix a timing bug in the Am2900
[Mograsim.git] / plugins / net.mograsim.logic.model / src / net / mograsim / logic / model / modeladapter / CoreModelParameters.java
index db3b5ac..96be5c2 100644 (file)
@@ -4,4 +4,5 @@ public class CoreModelParameters
 {
        public int wireTravelTime;
        public int gateProcessTime;
+       public int hardcodedComponentProcessTime;
 }
\ No newline at end of file