Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 448 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 448 Bytes

Pipeline RISC-V Processor

The design was ranked 3rd place during the competition SP22.

Performance Numbers (100 MHz)

Comp1 Comp2 Comp3
Delay 531555ns 295405ns 669745ns
Power 684.8mW 567.1mW 614.4mW
FMax 106.5Mhz

Implementation List

  • Basic Pipeline with data hazard handling
  • M-extension
  • Branch Target Table & Return Address Stack
  • Multi-way Cache
  • Instruction Prefetch