https://github.com/findhao/cachesim
A simple cache simulator
https://github.com/findhao/cachesim
cache cache-simulator
Last synced: about 1 year ago
JSON representation
A simple cache simulator
- Host: GitHub
- URL: https://github.com/findhao/cachesim
- Owner: FindHao
- License: gpl-3.0
- Created: 2016-07-18T08:01:36.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-01-14T11:56:35.000Z (over 7 years ago)
- Last Synced: 2025-03-28T14:51:10.430Z (about 1 year ago)
- Topics: cache, cache-simulator
- Language: C++
- Homepage: https://www.findhao.net/easycoding/1717
- Size: 106 KB
- Stars: 19
- Watchers: 1
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CacheSim
## [手册主页](https://www.findhao.net/easycoding/1717)
# 说明
这个项目记录了写的简易cache模拟器,手册里记录了对该项目的详细介绍和代码解释。
# 功能完成情况
- [x] 两级cache设计
- [x] cache size、line size、组相连路数、替换策略设置
- [x] cache lock功能
- [ ] 命令行参数