Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

You are building a system around a processor that runs at 2.0 GHz and has a CPI of 1 if there are no cache misses.

You are building a system around a processor that runs at 2.0 GHz and has a CPI of 1 if there
are no cache misses. The only instructions that read or write data from memory are loads (15% of
all instructions) and stores (15% of all instructions). The memory system for this computer is
composed of a split L1 cache that imposes no penalty on hits. The L1-I cache has miss rate of 5%
and the L1-D cache has a miss rate of 10%. L1-D is a write back cache and 50% of all data in L1-
D are modified (or dirty). If the data is found in L2, it will take 10ns to access the data. L2 cache
has a miss rate of 25%. On a miss in L2, it takes 60ns to obtain the data from main memory. L2 is
also organized as a write-back cache and 50% all data is dirty.
a. What is the average memory access time for instruction accesses?
b. What is the overall CPI, including memory accesses?

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored 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

Recommended Textbook for

Database And Expert Systems Applications 31st International Conference Dexa 2020 Bratislava Slovakia September 14 17 2020 Proceedings Part 1 Lncs 12391

Authors: Sven Hartmann ,Josef Kung ,Gabriele Kotsis ,A Min Tjoa ,Ismail Khalil

1st Edition

303059002X, 978-3030590024

More Books

Students also viewed these Databases questions