Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 820 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 820 Bytes

cachecache: A simulator for cache accesses

This program simulates a single level of accesses to a memory cache with given memory addresses.

Example:

cachecache [filename]

This will open up the GUI application with the file filename selected, if given.

File format is subject to change.

Building

To build this application you need to be set up for gtk4 development. For further details, check out the GTK + Rust development book.

After having made sure you have GTK4 >= 4.10 installed, use cargo to build the project:

cargo build [--release]

Merge requests

Want to improve this program? Feel free to send a bug report or merge request.

License

cachecache is free software licensed under the AGPLv3 or later.