make dcache wget http://lph.ece.utexas.edu/downloads/EE382V_Principles/test_cache.c wget http://lph.ece.utexas.edu/downloads/EE382V_Principles/test_cache.out gcc -O3 test_cache.c -o test_cache ../Bin/pin -t dcache -- ./test_cache diff dcache.out test_cache.out