项目作者: HayongLee

项目描述 :
CA
高级语言: C
项目地址: git://github.com/HayongLee/Cache-Simulator.git
创建时间: 2017-10-01T03:52:30Z
项目社区:https://github.com/HayongLee/Cache-Simulator

开源协议:GNU General Public License v2.0

下载


Dual-Core Cache Simulator

Written by Jesse Bannon

Building and Compiling

In the current directory, enter ‘make’ to produce the executable cacheSimulator.

Running

To run the program, execute the executable by entering ‘./cacheSimulator’.

Modifying the Memory Hierarchy

Within CacheSimulator.h are multiple defines that modify the memory heiarchy
and metrics. Simply edit these values with respect to log base two if they are part of
associated with the cache (latencies can be any positive integer).

Modifying the Address Trace file

Modify the Address Trace file (.csv) within CacheSimulator.h by changing the
FILE_NAME string.