top of page

Multi-core Cache and Scratchpad Memory Simulator

  • littlenv
  • May 25, 2018
  • 1 min read

One of the main goals of this design is to be able to simulate both cache memory and scratchpad memory within the same application. Another goal of this design is to be able to give the user statistics about the simulation, so that the performance of cache memory and scratchpad memory can be compared. The last goal of this design is that it is multi core meaning that it is able to utilize two system cores at the same time improve performance.

Documentation and Source Code: https://github.com/strenkml/EE368

 
 
 

댓글


bottom of page