Dollar.zip
|
This is a cache simulation
program. It simulates the level 1 cache that many CPUs use. It can
simulate any cache size, and size of block for the cache, and any degree
of associativity. It can mimic the behavior of direct-mapped, n-way,
and fully associative caches. It can also simulate either random or
Least Recently Used (LRU) replacement strategies. It was written in C++
with STL, and compiled in VC++ 6.0.
|
Dollar.zip contains both the
source code and the executable for Dollar. It also includes a sample
memory trace to use with the simulator, and a batch file to run Dollar
with various settings.
|