LyricZhao / CacheSimulator

A simple cache simulator for course Computer Systems and Architectures, Tsinghua University

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cache Simulator

A simple cache simulator written in C++, for course Computer Systems and Architectures, Tsinghua University.

Run with command make run, before you have to make a directory log to save the logs. All the tracing files should be put into directory trace.

See report.md for a Chinese version of the details.

About

A simple cache simulator for course Computer Systems and Architectures, Tsinghua University


Languages

Language:C++ 95.1%Language:Python 4.5%Language:Makefile 0.4%