Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

KuangjuX-Archived/Mini-Mips32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini Mips32 CPU

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.