mpw5_cache: We have integrated a smaller version of the 4-way set associative 256B L1 cache as user project area in caravel SoC.

Clone this repo:

Branches

  1. f9892be final gds oasis by Jeff DiCorpo · 2 years ago main
  2. e01ebd7 Auto updated submodule references by Git bot · 2 years ago
  3. 38f4315 Auto updated submodule references by Git bot · 2 years ago
  4. 3056d0b Auto updated submodule references by Git bot · 2 years ago
  5. c53ca4f Auto updated submodule references by Git bot · 2 years ago

Cache Simulator

License UPRJ_CI Caravel Build

Computer architects need to choose the design configurations which will work effectively across most commonly used workloads. Our work enables the architect to choose the right configuration based on metrics such as hit rates, power, area, and timing. We implement an FPGA accelerated parameterized two-level multi-core cache simulator called Cache-accel which can be partially reconfigured to include prefetching. The key motivation behind the idea is the speed with which the design space exploration can be carried out by exploiting the parallelism available in an FPGA and the accuracy of the results as compared to a software simulator.

You can find more details about our project over here: FPGA Accelerated Multi-Core Cache Simulator

Cache Simulator on Caravel SoC

We have integrated a L1 Cache module with the picoRV32 core on the user project area of Caravel platform. We have integrated a smaller version of the 4-way set associative 256B L1 cache as user project area in caravel SoC has limited silicon area of 2.92mm x 3.52mm. We have used Logic Analyzer (LA) to probe the output (hit metric of L1 cache).