Digital-Logic-Sim-CE
Digital-Logic-Sim-CE copied to clipboard
Community Edition of SebLague 's Digital Logic Sim
We are missing some of this [points](https://github.com/SebLague/Misc-Project-Info/blob/main/Digital-Logic-Sim/Fork%20Guidelines.md) > If you've created a fork of the Digital Logic Sim project, and plan on distributing it, please follow these guidelines: > >...
Chips not saving properly when chip doesn't have input AND output.
Expanding on issue #48, when chips don't have an input and an output, not only do connections from such chips get lost, but in my experience, some gates within those...
1Hz clock forgets its connections when compiled
I made a simple togglable clock by sticking an input line and a 1Hz clock into an AND, which works until it is saved and exported. The new clock chip...
ctrl-z
creating an editing history to enable ctrl-z / ctrl-^-z to undo / redo mistakes would be great
disallow using chips that use the current chip `c` as a building block when editing `c`
do catch recursive loops early on so it wont cause problems later on in my case i just finished building a 8by8 bit multiplier but then noticed i was currently...
I had this idea a while ago, I really like the idea of the disp8 chip; however, there is no way for it to be used inside of another chip...
Hi, It would be good to have an option where we can turn off the basic pre-saved chips. This would allow people to build XOR & OR themselves. I am...
This is just a list of various things that would make DLS better ------------------------------------------------------------------ Changeable pin and wire colors like seen in the original DLS 7 segment displays that show...
When Loading a project it loads into view mode of a chip. everything is missing except for "ghost" input and output nodes. hitting the exit button only closes the project....
This feature was useful for seeing the output of chips without having to connect them to anything. I'm not sure why the refactor removed it. I might have time to...