Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 347 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 347 Bytes

MIPSCPU

5 level pipelined

Lab1

Single cycled CPU with 31 instructions

Lab2

Pipelined CPU with 31 instructions(with stall,predicted not taken,branch at EXE,jump at ID)

Lab3

Pipelined CPU with 31 instructions(with forwarding,predicted not taken,branch at EXE,jump at ID)

Lab4

Pipelined CPU with 31 instructions(add interrupts to lab3)