Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 1.04 KB

README.md

File metadata and controls

23 lines (13 loc) · 1.04 KB

MIPS

MIPS(Microprocessor without interlocked pipeline stages) processor implementation in VHDL.

Description

Single Cycle Implementation

In the MIPS single cycle implementation, all instructions complete in exactly one cycle(and just one instruction complete in one cycle).

Pipeline Implementation

With MIPS pipeline, the processor is divided in isolated pipeline stages. Each one of that stages can perform simultaneously, and doing that, multiple instructions run at the same time, in different stages.

Authors

References