updated README.md

This commit is contained in:
hneemann 2017-07-21 11:06:51 +02:00
parent e85f9ae6a2
commit e4308826a9
2 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,7 @@ These are the main features of Digital:
- Analysis and synthesis of combinatorial and sequential circuits.
- Simple testing of circuits: You can create test cases and execute them to verify your design.
- Many examples: From a transmission gate D-flip-flop to a complete (simple) MIPS-like single cycle CPU.
- Contains a library with the most commonly used 74xx series integrated circuits.
- Fast-run mode to perform a simulation without updating the GUI.
A simple processor can be clocked at 100kHz.
- Simple remote TCP interface which e.g. allows an [assembler IDE](https://github.com/hneemann/Assembler) to control

View File

@ -34,6 +34,7 @@ Folgende Features zeichnen Digital aus:
- Analyse und Synthese von kombinatorischen Schaltungen und Schaltwerken.
- Einfaches Testen von Schaltungen: Es können Testfälle erstellt und aussgeführt werden.
- Viele Beispiele: Vom Transmission-Gate D-FF bis zum kompletten MIPS-ähnlichem Prozessor.
- Enthält eine Bibliothek mit den am häufgsten genutzen Schaltkreisen der 74xx Serie.
- Fast-Run-Mode um eine Simulation ohne Aktualisierung des HMI durchzuführen.
Ein einfacher Prozessor kann mit 100kHz getaktet werden.
- Einfache Remote TCP-Schnittstelle um z.B. mit einer [Assembler-IDE](https://github.com/hneemann/Assembler) den Simulator zu steuern.