Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 398 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 398 Bytes

MIPS PIPELINED CPU

Image

This repository documents the process of building a pipelined CPU following the MIPS instruction set architecture. Starting with the basic building blocks of digital design (adders, muxes, data handlers) all the way to a fully functional simplified MIPS CPU featuring a hazard detection unit, different control signals and a data forwarding unit.