Skip to content

sunchaesk/pipelined-riscv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RISCV Processor

RISCV processor with incremental features added from the base 5 stage pipeline model with hazard unit.

Setup

finished features

  • 5 stage pipeline
  • hazard unit (RAW, lw, branch)
  • connect with RARS simulator
  • UVM standard implementation from scratch in C++
    • Random RV32I instruction UVM sequencer
    • Random RV32I (R, I type instr) data hazard UVM sequencer
  • pipeline to compile using GCC toolchain to run on CPU
  • synthesis
  • RISCV V extension

WIP

features TODO

  • branch prediction unit
  • superscalar
  • out-of-order execution
  • floating point (FPU)
  • add testing with RISCV Spike (https://github.com/riscv-software-src/riscv-isa-sim) (not only it is the official simulator, RARS don't support vector instructions with Spike supports vector instruction simulation)

extra stuff

  • run on Coremark benchmark
  • Formal verification

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published