Fixed a bug in Am2900; created dlatch8/80; relayouted some components
[Mograsim.git] / net.mograsim.logic.model / src / net / mograsim / logic / model / LogicExecuter.java
index aa36b1c..a9fde7a 100644 (file)
@@ -8,7 +8,7 @@ import net.mograsim.logic.core.timeline.Timeline;
 //TODO maybe move to logic core?
 public class LogicExecuter
 {
-       // TODO replace with LogicModel when it exists
+       // TODO replace with CoreModel when it exists
        private final Timeline timeline;
 
        private final AtomicBoolean shouldBeRunningLive;