HaaRTLnewbie / 8-bit-CPU

RTL code of an 8-bit CPU designed in Verilog with a separate file for each module.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a personal project where I design an 8-bit CPU with an ALU capable of performing basic mathematical operations, essentially making it a calculator.

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).

About

RTL code of an 8-bit CPU designed in Verilog with a separate file for each module.


Languages

Language:Verilog 100.0%