Skip to content
#

5-stage-pipelined-processor

Here are 11 public repositories matching this topic...

The design of modules to reduce pipeline Hazards, as well as the MIPS processor architecture. It implements some instruction set, instruction and data memory, 32 general- purpose registers, an Arithmetic Logical Unit (ALU) for basic operation, a forwarding unit and hazards detecting unit.

  • Updated Oct 27, 2024
  • Verilog

This project is a simple 32-bit pipelined RISC processor built in Verilog. It is based on a MIPS-style architecture and is divided into the five classic pipeline stages: fetch, decode, execute, memory, and write-back. The processor can run basic instructions like addition and memory operations, and the waveform simulation shows how an instruction

  • Updated Jun 5, 2026
  • Verilog

Improve this page

Add a description, image, and links to the 5-stage-pipelined-processor topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the 5-stage-pipelined-processor topic, visit your repo's landing page and select "manage topics."

Learn more