From 9c549228b0dfa52b693236be00ffd8580819a7e2 Mon Sep 17 00:00:00 2001 From: hneemann Date: Sun, 1 Oct 2017 17:31:26 +0200 Subject: [PATCH] typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3e8a4f2a3..aa6088976 100644 --- a/README.md +++ b/README.md @@ -65,11 +65,11 @@ Below I would like to explain briefly the reasons which led me to start a new de ### Switch On ### -In Logisim there is no real switching on" of a circuit. The circuit is working also while you are modifying it. +In Logisim there is no real "switching on" of a circuit. The circuit is working also while you are modifying it. This causes sometimes an unexpected behaviour. A simple master-slave flip-flop can not be realized with Logisim, since the circuit is not switched on, there is no settling time to bring the circuit to a stable condition after its completion. -A master-slave flip-flop can only be implemented with a reset input. This +A master-slave JK-flip-flop can only be implemented with a reset input. This reset input needs to be activated to make the circuit operational. To understand how Digital deals with this issue, you have to look at how the simulation works in Digital: