Skip to content

My very first attempt on pipelined RV32I processor

Notifications You must be signed in to change notification settings

monkey2000/rv5stage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

(Discontinued) rv5stage

My very first attempt on pipelined processor.

Also, this is my course project for XJTU CompOrg class.

Features:

  1. 6-staged vendor-agnostic, FPGA-optimized pipeline. It runs at ~70MHz on XC7A100T-1
  2. Seperate direct-mapped I/D Cache
  3. Simulate-everything with verilator (thanks to ZipCPU) to avoid FPGA hell
  4. Coherence support based on a homemade bus and SI protocol
  5. UART controller @ 115200Hz

Diagrams

About

My very first attempt on pipelined RV32I processor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published