mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-16 00:15:01 -04:00
updated readme
This commit is contained in:
parent
6f0daac7e0
commit
01abf06788
@ -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
|
- 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)).
|
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.
|
- 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.
|
- 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
|
- Supports large circuits: The "Conway's Game of Life" example consists of about 2400 active components
|
||||||
and works just fine.
|
and works just fine.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user