Sonar helps you commit clean code every time. With over 600 unique rules to find Java bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work. Learn more →
Digital Alternatives
Similar projects and alternatives to Digital
-
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
logisim-evolution
Digital logic designer and simulator (by kevinawalsh)
-
-
-
customasm
💻 An assembler for custom, user-defined instruction sets! https://hlorenzi.github.io/customasm/web/
-
-
Sonar
Write Clean Java Code. Always.. Sonar helps you commit clean code every time. With over 600 unique rules to find Java bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
mooc-java-programming-i
University of Helsinki’s free massive open online course (MOOC) completed exercises. 2020 solutions
-
-
-
-
-
gtkwave
GTKWave is a fully featured GTK+ based wave viewer for Unix and Win32 which reads LXT, LXT2, VZT, FST, and GHW files as well as standard Verilog VCD/EVCD files and allows their viewing.
-
-
Logic-Simulator
A combinational logic circuit design and simulation app for Windows written in C++ using CMU graphics library.
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Digital reviews and mentions
-
could someone please help me build a circuit for this truth table 🙏
The Digital application can generate a circuit based on a truth table. An example...
-
Logic Gate Simulator
I cannot recommend Digital enough: https://github.com/hneemann/Digital
It is quite new. Clearly inspired by Logisim but not derived from it.
It has support for switches like FETs and relays, and you can implement open collector logic with pull-up resistors.
It can analyze and reduce combinatorial logic. It can generate Verilog and VHDL output from a diagram. And, IMO best of all, you can implement individual components in Verilog/VHDL and plop them as graphical elements in your circuit; when you simulate, it will fire up iverilog or ghdl in the background.
It's fast too; one of the demo circuits is a complete processor and it simulates it at around 300 kHz on my machine.
-
How a CPU works: Bare metal C on my RISC-V toy CPU
I have been building a CPU using: https://github.com/hneemann/Digital
Much faster than Logisim, UI a little clunky, but my CPU runs around 0.5Mhz and it has very nice peripherals like Telnet, graphics ram, VGA etc
Terrible name that is hard to google, but great tool.
-
Digital Logic Sim
Should you want a digital logic simulator that's not a game, check out https://github.com/hneemann/Digital.
-
fpga for kids
Take a look at https://github.com/hneemann/Digital
-
My new 65816 Computer, very proud!
as for designing, i used Digital to create the circuit and export it to Verilog, then Quartus II to synthese it for the MAX7000 series of CPLDs (because they are perfectly compatibile with the ATF150x series), then used POF2JED to convert the generated POF file into a JED file, which can finally be used in ATMISP to load onto the CPLD.
-
I was making adder circuits in games 8 years ago in an attempt to build a computer. I finally worked my way up and built a working computer!
though i'd heavily recommend first building the circuit in a logic simulator like Logisim, or Digital before trying to build it in a game for an FPGA. (Digital even allows you to export circuits as Verilog/VHDL, and as a certified lazy person, that is very useful)
-
I Designed My Own 16-Bit CPU
Well logisim is dead, but evolution is a fork and then there's Digital https://github.com/hneemann/Digital which is I think a reimplementation of Logism's concepts?
I also hand designed a custom 16 bit CPU in logisim, because I was struggling to understand Nand2Tetris's HDL as well as I liked, and also because I stopped following the curriculum to go my own way.
-
features you wish logic gate sims had?
Digital https://github.com/hneemann/Digital exports to VHDL.
-
Vending Machine - FPGA
and finally, if you're like me and gotten waaaaay too lazy to write actual Verilog/VHDL by hand, then Digital is for you.
-
A note from our sponsor - Sonar
www.sonarsource.com | 9 Jun 2023
Stats
hneemann/Digital is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.
The primary programming language of Digital is Java.