sathwik
Jun 28, 2014, 09:29 PM
You are to write (in any language you like) a program that simulates a simple cache. The parameters associated with the memory system are as follows:
• Memory Block Size = Cache Line Size = 8
• Number of Blocks in Memory =8
• Number of Cache Lines = 2
• Direct Mapped Cache
• Write Through Cache Policy
• Memory Block Size = Cache Line Size = 8
• Number of Blocks in Memory =8
• Number of Cache Lines = 2
• Direct Mapped Cache
• Write Through Cache Policy