Question: Design a cache simulator in c which reads trace files and shows output regarding that. It should Direct Mapping, Fully Associative and Set Associative techniques.
Design a cache simulator in c which reads trace files and shows output regarding that. It should Direct Mapping, Fully Associative and Set Associative techniques.
Fully Associative and Set Associative techniques should use Least Recently Used algo and First In First Out algos.
Make sure the program can be executed in Ubuntu/Linux.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
