From 50ea70a408000ed7ec9924ecae3d789ad4e23f02 Mon Sep 17 00:00:00 2001 From: hneemann Date: Wed, 2 May 2018 14:45:55 +0200 Subject: [PATCH] typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d48a71c59..80ffa5194 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ These are the main features of Digital: - Good performance: The example processor can be clocked at 120 kHz. - Supports large circuits: The "Conway's Game of Life" example consists of about 2400 active components and works just fine. -- Its possible to use custom components which are implemented in Java and packed in a jar file. +- It is possible to use custom components which are implemented in Java and packed in a jar file. See this [example](https://github.com/hneemann/digitalCustomComponents) for details. - Simple remote TCP interface which e.g. allows an [assembler IDE](https://github.com/hneemann/Assembler) to control the simulator. @@ -92,7 +92,7 @@ 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 simulation is running also while you are modifying it. -This causes sometimes an unexpected behaviour. So its possible to build a simple master-slave flip-flop +This causes sometimes an unexpected behaviour. So it is possible to build a simple master-slave flip-flop which works fine. But after a circuit reset the flip-flop does not work anymore. Since the circuit is not switched on, there is no settling time to bring the circuit to a stable condition after its completion.