Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

2 . 2 2 [ 2 0 ] 2 . 1 , 2 . 2 , 2 . 3 > A cache acts as a

2.22[20]2.1,2.2,2.3> A cache acts as a filter. For example, for
every 1000 instructions of a program, an average of 20 memory
accesses may exhibit low enough locality that they cannot be
serviced by a 2MB cache. The 2MB cache is said to have an
MPKI (misses per thousand instructions) of 20, and this will be
largely true regardless of the smaller caches that precede the 2MB
cache. Assume the following cache/latency/MPKI values:
32KB1?100,128KB2?80,512KB4?50,2MB8?40,
8MB16?10. Assume that accessing the off-chip memory system
requires 200 cycles on average. For the following cache
configurations, calculate the average time spent accessing the
cache hierarchy. What do you observe about the downsides of a
cache hierarchy that is too shallow or too deep?
a.32KBL1;8MB L2; off-chip memory
b.32 KB L1; 512 KB L2; 8 MB L3; off-chip memory
c.32 KB L1; 128 KB L2; 2 MB L3; 8 MB L4; off-chip
memory
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions