An open API service indexing awesome lists of open source software.

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

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.