Mini Mips32 CPU is a simple single cycle 32-bits Mips CPU which only support following instructions:
- lw, sw
- lui, ori, addiu
- addu, slt
- beq, bne, j
This project is the last lab for TJU Digital Design Course which lay the foundation for Computer Architecture Course.