Digital-Logic-Sim icon indicating copy to clipboard operation
Digital-Logic-Sim copied to clipboard

Results 103 Digital-Logic-Sim issues
Sort by recently updated
recently updated
newest added

When your circuit becomes more complex you need to transfer many bits from one place to another and your board will be full of wires. So wires that can transfer...

Adds a new default chip called an HDD (Hard Disk Drive) which has 16 addresses each with one byte of storage for a total of 128 bits. The reason this...

I noticed that in the Unity editor the scale of the bounding boxes of UI elements in the main menu were weird, so I fixed that and I changed the...

When creating a chip that you require, for instance, a constant 1 input, (e.g. increment by 1, for the program counter) it would be nice to have it inside the...

### Feature request - Change input/output count by scrolling I think a better way (that is also probably simple to implement) would be to change number of inputs/outputs by scrolling...

First of all FANTASTIC project :-) It would be nice if the workspace could be "zoomed" in and out. The workspace fills up pretty quickly when you start making components...

I find it convenient to make display pin name options save in the project, so one do not have to set it every time when start working on a project.

Checked version, looked for other issues with the same but can find anything

I know this is nitpicking but it would be nice to have the ability to connect multiple inputs to a node. Just treat it as a invisible OR, since that...

This was a bit of a hack in order to get a Buffer-like component, but I essentially took an AND gate, wired both A and B inputs into single SIGNAL...