Cache Simulator for EE3450 course
* clang
* cmake
* clang-format
cd build
cmake ..
make -j
Before compiling, it'll automatically format your codes using clang-format
.
The executable will be named as cache_sim
.
./cache_sim -t ../TestData/gcc.trace -c ../TestData/cache1.json