updated readme

This commit is contained in:
hneemann 2016-08-19 12:48:51 +02:00
parent d237f58027
commit 53b1d527e8

View File

@ -30,8 +30,8 @@ These are the main features of Digital:
- Many examples: From a transmission gate D-flip-flop to a complete (simple) MIPS-like single cycle CPU. - Many examples: From a transmission gate D-flip-flop to a complete (simple) MIPS-like single cycle CPU.
- Fast-run mode to perform a simulation without updating the GUI. - Fast-run mode to perform a simulation without updating the GUI.
A simple processor can be clocked at 100kHz. A simple processor can be clocked at 100kHz.
- Display of LST files when executing assembler programs within such a processor. - Display of LST files when executing [assembler](https://github.com/hneemann/Assembler) programs within such a processor.
- Simple remote TCP interface which e.g. enables an assembler IDE to control the simulator. - Simple remote TCP interface which e.g. enables an [assembler IDE](https://github.com/hneemann/Assembler) to control the simulator.
- Direct export of JEDEC files which you can flash to a [GAL16v8](http://www.atmel.com/devices/ATF16V8C.aspx) - Direct export of JEDEC files which you can flash to a [GAL16v8](http://www.atmel.com/devices/ATF16V8C.aspx)
or a [GAL22v10](http://www.atmel.com/devices/ATF22V10C.aspx). These chips are somewhat outdated (introduced in 1985!) but or a [GAL22v10](http://www.atmel.com/devices/ATF22V10C.aspx). These chips are somewhat outdated (introduced in 1985!) but
sufficient for beginners exercises, easy to understand and well documented. sufficient for beginners exercises, easy to understand and well documented.