/Cache_sim

Cache Simulator for Computer Architecture course

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Cache_sim

Codacy Badge

Cache Simulator for EE3450 course

Package requirement

* clang
* cmake
* clang-format

Build

cd build
cmake ..
make -j

Before compiling, it'll automatically format your codes using clang-format.

The executable will be named as cache_sim.

Run simulation

	./cache_sim  -t ../TestData/gcc.trace -c ../TestData/cache1.json