Page 1 of 1

Create a simple LRU Cache simulator in C. Assume 32 KB Cache size, 8-way associativity, 64 B Block size. Create a simple

Posted: Sun Jul 10, 2022 11:35 am
by answerhappygod
Create a simple LRU Cache simulator in C. Assume 32 KBCache size, 8-way associativity, 64 B Block size. Create a simpleworking simulation of what the LRU cache would do. You can make upyour own read and write values.
(Should take 10 mins)
Will upvote for an original and correct answer!