Skip to content
Snippets Groups Projects
Brandon Rodriguez's avatar
1c4101d5

Python - Cache Simulator

Language

Python

Description

A project to simulate system use of a cache for data storage.

Running Program

Open a terminal and cd to project root.
Use the run.sh bash script to execute file.
For example, type ./run.sh -v -s 2 -E 1 -b 4 -t ./wmucachelab/traces/dave.trace

References

See documents/references.md.