Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 412 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 412 Bytes

RISCVPipelinedProcessor

Pipelined Processor which implements RV32i Instruction Set. Also contains pipelined L1 4-way set-associative Instruction Cache, direct-mapped L1 Data Cache, and a 4-way set-associative L2 Victim Cache with a fully-associative 8-entry Victim Buffer. Also has a tournament branch predictor (global and local predictors) and a set-associative BTB.

SystemVerilog HDL code in hdl folder.