Skip to content

out-of-order55/prefetcher-sim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting started in 30 seconds

Installing the package

Typical usage alt text

$ python test.py -c ./scale.cfg You can use the cfg file to config the cache parameters

Peculiarity

PLRU ,Random,DRRIP replacement Direct mapping,Set associative,Full associative No unalign support(data size:32bit,so addr must 4byte align) L1Cache(write back,write through) and L2Cache(write back,write through inclusive) are supported

Todo

  • More Replacements
  • Access Latency and miss Latency
  • Add Memory Trace
  • Add Cache consistency
  • Add exclusive or non-inclusive Cache
  • More test to check the correctness

About

A sim has l1 and l2 cache

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages