bluespec / Toooba

RISC-V Core; superscalar, out-of-order, multi-core capable; based on RISCY-OOO from MIT
Other
161 stars 36 forks source link

Master updates #24

Closed jonwoodruff closed 3 years ago

jonwoodruff commented 3 years ago

This pull request has a number of updates with 2 main features:

  1. Working 2-core build. (Fixes to PLIC and debug module especially to support 2 cores.)
  2. BTB that uses BRAM and supports associativity. Default size is now 1024 entries and 2-way associative (up from 128, direct mapped).