项目作者: EmreKumas

项目描述 :
This C project is a cache simulation of a CPU containing L1D, L1I and L2 caches. It takes an image of memory and a memory trace as input, simulates the hit/miss behavior of a cache memory on this trace, and outputs the total number of hits, misses and evictions for each cache type along with the content of each cache at the end.
高级语言: C
项目地址: git://github.com/EmreKumas/Cache_Simulator.git
创建时间: 2018-10-02T13:14:52Z
项目社区:https://github.com/EmreKumas/Cache_Simulator

开源协议:

下载