What is Digital?
Digital is a cross-platform, digital circuit simulator.
These are the main features of Digital:
- Visualization of signal states with measurement graphs.
- Single gate mode to analyze oscillations.
- 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.
- Supports large circuits: The "Conway's Game of Life" example consists of about 2400 active components and works just fine. Its possible to use custom components which are implemented in Java and packed in a jar file. See this example for details. Simple remote TCP interface which e.g. allows an assembler IDE to control the simulator. Direct export of JEDEC files which you can flash to a GAL16v8 or a GAL22v10. These chips are somewhat outdated (introduced in 1985!) but sufficient for beginners exercises, easy to understand and well documented. Also the ATF150x chips are supported which offer up to 128 macro-cells and in system programming. See the documentation for details.
- Export to VHDL: A circuit can be exported to VHDL. There is also support for the BASYS3 Board. See the documentation for details. The examples folder contains a variant of the simple CPU, which runs on a BASYS3 board.
- SVG export of circuits, including a LaTeX/Inkscape compatible SVG version (see ctan)
- No legacy code.
- Good test coverage (exclusive of GUI classes about 80%). Almost all examples contain test cases which ensure that they work correctly.
Show full description ▾
Comments and Reviews Post a comment / review all • positive • negative relevance • date
No comments or reviews, maybe you want to be first?Said about Digital as an alternative
The interface is similar to Logisim, with some improvements. It also handles oscillation better than Logisim.
Its very easy to use, and there are a lot of examples
Tags
- educational-tool

Digital
Summary
Our users have written 0 comments and reviews about Digital, and it has gotten 6 likes
- Open Source and Free product.
- 12 alternatives listed
Popular alternatives
- 1
- 2
- 3
Digital was added to AlternativeTo by lk67b76xu6 on Oct 17, 2016 and this page was last updated Jan 22, 2018.
Recent user activities on Digital
- ekureedem480 added Digital as alternative(s) to GLogic1 day ago
- Rexcheng liked DigitalReabout 1 month ago
- Notunderscore added Digital as alternative(s) to Digital Logic Simabout 1 month ago
Digital was built as a successor to Logisim, and so their features are very comparable; in many ways it has already exceeded it's predecessor.