https://github.com/thenetadmin/lens-vans
Characterizing and Modeling Non-Volatile Memory Systems [MICRO'20, TopPicks'21]
https://github.com/thenetadmin/lens-vans
Last synced: 3 months ago
JSON representation
Characterizing and Modeling Non-Volatile Memory Systems [MICRO'20, TopPicks'21]
- Host: GitHub
- URL: https://github.com/thenetadmin/lens-vans
- Owner: TheNetAdmin
- Created: 2020-08-25T22:38:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-13T00:06:34.000Z (over 4 years ago)
- Last Synced: 2025-02-26T10:54:07.690Z (about 1 year ago)
- Homepage: https://cseweb.ucsd.edu/~ziw002/files/micro20-lens-vans.pdf
- Size: 11.7 KB
- Stars: 33
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Characterizing and Modeling Non-Volatile Memory Systems
This repo contains the source code for our MICRO 2020 paper [Characterizing and Modeling Non-Volatile Memory Systems](https://cseweb.ucsd.edu/~ziw002/files/micro20-lens-vans.pdf)
The tools are open sourced in separate GitHub repos, as they use different licenses:
1. [LENS: A Low-level NVRAM Profiler](https://github.com/TheNetAdmin/LENS)
2. [VANS: A Validated NVRAM Simulator](https://github.com/TheNetAdmin/VANS)
Technical issues should be redirected to the corresponding GitHub repos.
## Bibliography
```bibtex
@inproceedings{LENS-VANS,
author={Zixuan Wang and Xiao Liu and Jian Yang and Theodore Michailidis and Steven Swanson and Jishen Zhao},
booktitle={2020 53rd Annual IEEE/ACM International Symposium on Microarchitecture (MICRO)},
title={Characterizing and Modeling Non-Volatile Memory Systems},
year={2020},
pages={496-508},
doi={10.1109/MICRO50266.2020.00049}
}
```