Skip to content

RV32I 5 Staged Pipelined Core written in Verilog, The core supports Data Forwarding, Load Stall, Load-Store Forwarding and 2 bit Bimodal Branch Predictor

Notifications You must be signed in to change notification settings

baselkelziye/PNR-CoreV1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PNR-CoreV1

RV32I Pipelined Core

The core implements a 5-stage pipeline, inspired by "Computer Organization and Design RISC-V Edition."

Features

The Core currently supports:

  1. Forwarding Unit
  2. Load Data Hazard Detection
  3. 2-Bit Bimodal Branch Predictor
  4. Load-Store Forwarding for memory copy operations

TODO

  • Implement a more advanced branch prediction
  • Move Branch Jump Unit to the ID Stage to reduce misprediction penalty from 2 to 1 cycle
  • Verify core functionality using the riscv-arch-test suite
  • Integrate cache memory

Summary

The core is now partially optimized with essential hazard detection and basic branch prediction, with further plans to improve prediction accuracy, decrease misprediction penalties, and add cache support.

About

RV32I 5 Staged Pipelined Core written in Verilog, The core supports Data Forwarding, Load Stall, Load-Store Forwarding and 2 bit Bimodal Branch Predictor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published