/logisim-cpu

A collection of simple CPUs in logisim.

GNU General Public License v3.0GPL-3.0

logisim-cpu

Some rather simple processors I built in Logisim-Evolution for practice. I might add some more things in the future.

Inspired by Ben Eater's 8-bit breadboard computer.

CPU1: A simple 8 bit cpu with some issues in the control logic. It is recommended to use the v6 version if you want to use the 8 bit cpu.

CPU2: A 16 bit machine with better sorted opcodes and generally improved components.