Added better cache description to the exercise.

This commit is contained in:
Nils Hölscher 2022-04-26 10:00:44 +02:00
parent c032f669c2
commit 8eb0f65729
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
In this lab session you will learn how to implement a LRU cache in abstract representation. In this lab session you will learn how to implement a LRU cache in abstract representation.
The Goal is to implement an LRU must Join in include/AbstractState.h. The Goal is to implement an LRU must Join in include/AbstractState.h.
For this we assume a "Set-Associative LRU Cache", with 16 sets an associativity of 4 and a cacheline size of two times instruction size.
The Project can be build, tested and Evaluated with the "helper" script. The Project can be build, tested and Evaluated with the "helper" script.
## Disclaimer ## Disclaimer