Skip to content

Commit 40be27a

Browse files
CopilotbedaHovorka
andauthored
docs: correct Goal 7 speed control notes
Agent-Logs-Url: https://github.com/bedaHovorka/interlockSim/sessions/377a2ef7-bc5a-45a9-a471-74d5fad657c6 Co-authored-by: bedaHovorka <5263405+bedaHovorka@users.noreply.github.com>
1 parent e93f0a0 commit 40be27a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

LONG_TERM_GOALS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,8 @@ Users can adjust simulation speed from slow motion (for detailed observation) to
222222
**Dependencies:** None (quick win)
223223

224224
**Implementation Notes:**
225-
- kDisco already supports speed control; needs UI exposure
225+
- The simulation library interface used by the model (historically jDisco, now kDisco/KMP) runs in pure simulation time and has no native wall-clock speed control or synchronization.
226+
- Speed control is implemented externally via wall-clock throttling in `SimulationRunner` around `SimulationContext.run()`, preserving simulation semantics unchanged and requiring zero modifications to the `sim/` package.
226227
- Quick win - implement early for immediate value
227228

228229
---

0 commit comments

Comments
 (0)