Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 356 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 356 Bytes

Kanade32

Self made 32 bit CPU.
The CPU instruction set is a subset of MIPS CPU.

Goal

  • Make MIPS core which can run MIPS binary compiled by GCC.
  • Multi-cycle (not include pipeline)

Others

Single-cycle MIPS subset implementation is here.
kamaboko123/verilog-training/mips