Fixed 2 Simulation bugs
authorFabian Stemmler <stemmler@in.tum.de>
Sat, 5 Oct 2019 14:58:52 +0000 (16:58 +0200)
committerFabian Stemmler <stemmler@in.tum.de>
Sat, 5 Oct 2019 14:58:52 +0000 (16:58 +0200)
commit1b2cb79cec1d587f4a529f8d1e862efeee3e965c
treea3e08773f36e3d53f78624d7bdaa8ac05ad2b418
parentfe8591c43bbc5487d0b8bf6b6f9d6501031af604
Fixed 2 Simulation bugs

Pausing the timeline now stops the execution of events during
executeUntil() -> suspending the DebugTarget on a rising edge of the
clock now has an immediate effect

The Simulation can no longer lag behind the TimeFunction, as the
TimeFunction is now set back in such an event
plugins/net.mograsim.logic.core/src/net/mograsim/logic/core/timeline/Timeline.java
plugins/net.mograsim.logic.model/src/net/mograsim/logic/model/LogicExecuter.java