📚 ECEGR 2220 Microprocessor Design

🐙 https://github.com/edsperanto/FPGA_MIPS_Processor

Overview

This project was the culmination of everything we learned in ECEGR 2220. We created a (stripped-down) single-cycle MIPS processor in VHDL. It was limited to the MIPS instructions: add, sub, and, or, addi, lw, sw, beq, j, sll, and srl.

What I learned

How to run

Roughly follow the instructions on Intel's website

Plan