https://github.com/gr455/cache
Implementation of Direct Mapped and Set Associative caches as an assignment for the Computer Architecture course
https://github.com/gr455/cache
Last synced: 3 months ago
JSON representation
Implementation of Direct Mapped and Set Associative caches as an assignment for the Computer Architecture course
- Host: GitHub
- URL: https://github.com/gr455/cache
- Owner: gr455
- Created: 2020-11-23T16:13:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-26T13:55:06.000Z (over 5 years ago)
- Last Synced: 2025-01-09T13:11:32.791Z (over 1 year ago)
- Language: C++
- Size: 3.21 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CACHES
## Run
In the `cache/` directory
* Run `./compile.sh` to compile and regenerate the `run` binary.
* Run `./run` to run the test program.
* Output will be logged to the `output.log` file as well as stdout.
* Alternatively simply run the `run` binary if you use Linux.
## Source
* All the interface header files are present in the `include/` directory.
* All the source files are present in `src/` directory.
* All the test trace files are present in `test/trace/` directory.