updated readme

This commit is contained in:
hneemann 2016-07-18 13:49:02 +02:00
parent c85789cbff
commit f916f32c24

View File

@ -32,6 +32,7 @@ These are the main features of Digital:
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 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 to control the simulator.
- Direct export of JEDEC files which you can flash to a GAL16v8 or a [GAL22v10](http://www.atmel.com/devices/ATF22V10C.aspx).
- SVG export of circuits, including a LaTeX-compatible SVG version (see [ctan](https://www.ctan.org/tex-archive/info/svg-inkscape)) - SVG export of circuits, including a LaTeX-compatible SVG version (see [ctan](https://www.ctan.org/tex-archive/info/svg-inkscape))
- No legacy code - No legacy code
- Good test coverage (exclusive of GUI classes about 80%) - Good test coverage (exclusive of GUI classes about 80%)