Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 938 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 938 Bytes

CPU-Project

This project involved using the Logisim software to create a fully-functional CPU with working RAM, accumulator, TTY, register files, ALU, etc. All modules and wiring were done by hand. Here is what the design looked like over time:

First Iteration:

Iteration 1

Fifth Iteration: image

Eighth Iteration: image

Final Iteration: image In the final iteration, tunnels made the wire management much easier. This also allowed me to increase complexity while maintaining usability. I also saved circuit designs as modules and implement them within other circuit designs.