Fill in all blank spaces. All miss penalties should be rounded to the nearest integer. All CPI values should be rounded to one decimal place, if needed. Suppose the following is true about a CPU: It has only L1 cache . The base CPI is 1.5 The clock rate is 2.5 GHz . The memory access time is 250 ns . The miss rate per instruction at L1 cache is 4% The cache miss penalty is cycles. The new effective CPI is Now suppose the following about the same CPU: . It also has L2 cache • Access time for L2 cache is 13 ns . The miss rate to main memory is reduced by 0.3% The miss penalty for an L1 miss with an L2 hit is The miss penalty for an L1 miss with an L2 miss is The new total CPI in this case is cycles. cycles.

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter2: Problem Solving Using C++using
Section2.3: Data Types
Problem 9E: (Practice) Although the total number of bytes varies from computer to computer, memory sizes of...
icon
Related questions
Question
Fill in all blank spaces.
All miss penalties should be rounded to the nearest integer.
All CPI values should be rounded to one decimal place, if needed.
Suppose the following is true about a CPU:
It has only L1 cache
. The base CPI is 1.5
• The clock rate is 2.5 GHz
. The memory access time is 250 ns
• The miss rate per instruction at L1 cache is 4%
The cache miss penalty is
cycles.
The new effective CPI is
Now suppose the following about the same CPU:
• It also has L2 cache
• Access time for L2 cache is 13 ns
. The miss rate to main memory is reduced by 0.3%
The miss penalty for an L1 miss with an L2 hit is
The miss penalty for an L1 miss with an L2 miss is
The new total CPI in this case is
cycles.
cycles.
Transcribed Image Text:Fill in all blank spaces. All miss penalties should be rounded to the nearest integer. All CPI values should be rounded to one decimal place, if needed. Suppose the following is true about a CPU: It has only L1 cache . The base CPI is 1.5 • The clock rate is 2.5 GHz . The memory access time is 250 ns • The miss rate per instruction at L1 cache is 4% The cache miss penalty is cycles. The new effective CPI is Now suppose the following about the same CPU: • It also has L2 cache • Access time for L2 cache is 13 ns . The miss rate to main memory is reduced by 0.3% The miss penalty for an L1 miss with an L2 hit is The miss penalty for an L1 miss with an L2 miss is The new total CPI in this case is cycles. cycles.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 5 steps

Blurred answer
Knowledge Booster
Fundamentals of Memory
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr