nkanderson / ECE585-llc

Simulation of a last level cache (LLC) for ECE 585 final project
1 stars 0 forks source link

Cache System Must Maintain Inclusivity #34

Open reecewayt opened 1 week ago

reecewayt commented 1 week ago

Our LLC must maintain inclusivity with higher levels of caches in the system. What this means is that the next level cache in our system will be a subset of our LLC. For example, everything in L2 must be in our LLC, assuming L2 is the next higher level in the hierarchy. If we evict a line in the LLC that is also in L2, we will need to simulate the eviction of that data in L2 as well.

nkanderson commented 3 days ago

Doing HW 7, I realized this slide may be helpful. To close this issue, let's just review the cases below and ensure we have them covered.

Screenshot 2024-11-21 at 10 17 20 AM