The goal of this project is to create a logic simulator that is accurate enough to build a working 8 bit computer that runs in near realtime. The components available in the simulator should be similar to components you would be able to buy in real life.
More information can be found here
- Does not simulate - voltage, resistance, current
- Ignores gate propagation delay
- Application runs at 60fps, any updates faster than that may not function properly
- Gates and Chips are ideal aproximations and will most likely behave differently in real life
The basic building blocks (And, Or, Xor...)
Logic grouping made up of gates and or other chips
Contains chips/gates or custom logic
If you use any significant portion of the code in this project please give me credit