Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 287 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 287 Bytes

University-CA

Contains some of the more challenging projects for our Computer Architecture course.

In this course we implemented the MIPS processor with three different methods as mentioned below:

  • Single-Cycle MIPS Processor
  • Pipelined MIPS Processor
  • Stack-Based MIPS Processor