Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 561 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 561 Bytes

Pipelined-MIPS-CPU

Course Project for Computer Organization


This MIPS CPU has a 5-stage full-speed forwarding pipeline and supports 50 instructions. The source code is at Verilog/PipelineMipsCPU. Sorry the docs are temporarily only available in Chinese.

The following figure shows my implementation of a single-cycle CPU in Logisim. The 5-stage full-speed forwarding pipeline CPU is implemented in Verilog. MIPS-Assembly programs validate the CPU's correctness.

IMG_4702