From 01abf067880b4a7e1f44c34f82f27009152aa3d9 Mon Sep 17 00:00:00 2001 From: hneemann Date: Mon, 15 Jul 2019 13:02:45 +0200 Subject: [PATCH] updated readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ed797ec6..6441000be 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,8 @@ These are the main features of Digital: - Includes a simple editor for finite state machines (FSM). A FSM can then be converted to a state transition table and a circuit implementing the FSM (See screenshot at the [bottom](#additional-screenshots)). - Contains a library with the most commonly used 74xx series integrated circuits. -- Supports generic circuits, which allows e.g. the creation of a barrel-shifter with selectable bit width. +- Supports generic circuits. This allows the creation of circuits that can be parameterized when used. + In this way, it is possible, for e.g., to create a barrel shifter with a selectable bit width. - 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.