Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 440 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 440 Bytes

Cache Simulator Elizabeth Luu, Charlotte White CS 378


To Run All Traces: $ bash run.sh

This runs each trace, for associativity values of 2, 4, and 8.

To Run: $ make $ ./cache_simulator

To run with minimal output other than stats: $ ./cache_simulator -n

To set associativity: $ ./cache_simulator -n -a

Input: Trace file in .din Dinero 3 format.