You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a Cache simulator that simulates a cache read for L1, L2, and/or L3. At the startup, if the user inputs the incorrect amount of arguments or just –h as the first argument, it will tell the user how to use the program. Once the user specifies the sizes, replacement policy, and trace file, it will run the program. This works for simulatin…