Digital icon
Digital icon

Digital

 7 likes

A simulator for digital circuits.

Digital screenshot 1

License model

  • FreeOpen Source

Application type

Platforms

  • Mac
  • Windows
  • Linux
  No rating
7 likes
0comments
0 news articles

Features

Suggest and vote on features
  1.  Circuit Simulation
  2.  Java based

Digital News & Activities

Highlights All activities

Recent activities

  • forcemajore liked Digital
    7 months ago
Show all activities

Digital information

  • Licensing

    Open Source and Free product.
  • Alternatives

    14 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Education & Reference

Our users have written 0 comments and reviews about Digital, and it has gotten 7 likes

Digital was added to AlternativeTo by lk67b76xu6 on Oct 17, 2016 and this page was last updated Jan 22, 2018.
No comments or reviews, maybe you want to be first?
Post comment/review

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.