KirollosSamy / Five-stages-pipeline-processor

This is an implementation of a five stages pipeline processor using verilog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a 32-bit 5 stage pipelined processor using Harvard Architecture

Stages

Consists of 5 stages:

Instruction Fetch (IF) Instruction Decode (ID) Execute (Ex) Memory (Mem) Write Back (WB)

FinalDesign drawio (2)

About

This is an implementation of a five stages pipeline processor using verilog

License:MIT License


Languages

Language:Verilog 93.1%Language:Python 6.8%Language:Stata 0.1%