Hacker News
- Logisim – A Graphical Tool for Designing and Simulating Digital Logic Circuits http://www.cburch.com/logisim/ 19 comments
- Logisim: shift register https://youtu.be/8cEvHZbjM8o?si=7qtTiM3kxwXS_DUK 2 comments electronics
- Ben Eater 8-bit CPU using Logisim https://github.com/abhishekaudupa/8-bit-CPU 6 comments embedded
- I created this simple 16-bit microcode-controlled CPU with Logisim https://youtu.be/dYgJwPtLofo 2 comments cpudesign
- RVCOM 2.0: An enhanced yet simplified version of the original RISC-V-Computer built in Logisim https://github.com/MazinCE/RVCOM2.0 2 comments riscv
- A 32-bit RISC-V based computer built from scratch in Logisim. https://github.com/Mazin21/RISC-V-Computer 31 comments compsci
- What's a good logic gate simulator? Logisim seems great but it uses Java and I'm afraid of security risks. https://www.reddit.com/r/learnprogramming/comments/j0o03z/whats_a_good_logic_gate_simulator_logisim_seems/ 17 comments learnprogramming
- I made Ben Eater’s 8-bit CPU from scratch in Logisim, building all the 74 Series chips from logic gates. Amazing learning experience I want to share - aim is to gain a deeper understanding of how the CPU sub-circuits and ICs function! https://github.com/eddiewastaken/logisim-discrete-CPU 3 comments electronics