This is a personal project where I design an 8-bit CPU that functions as a calculator with 4 operations.
I am designing each module separately and they will be uploaded as I make progress on them. This includes Verilog design and testbench code files.
The intention of this project is to have a working design that can be programmed onto an FPGA provided it has the right I/O.
This project was inspired by Ben Eater's 8-bit breadboard CPU which you can look at here (https://eater.net/8bit).