Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

(10 points Correctness) Performance: In this question we will compare the performance of two processors using a certain benchmark. Processor L1 Size L1 D-Cache Miss

image text in transcribedimage text in transcribedimage text in transcribedimage text in transcribedimage text in transcribed

(10 points Correctness) Performance: In this question we will compare the performance of two processors using a certain benchmark. Processor L1 Size L1 D-Cache Miss Rate L1 I-Cache Miss Rate L1 Hit Time P1 P2 6% 4KB 8KB 28% 3% 0.55ns 0.90ns We are also given that accesses to the main memory takes 90ns. Additionally Processor 2 has to execute 10% more dynamic instructions than Processor 1. It is also seen that only 25% of the instructions access memory (ie lw and sw instructions). Profiling the code also showed us that 20% of the instructions were branch instructions. Both processors support branch prediction with 95% of the branches being predicted accurately and mis-predictions having a 1 cycle penalty. (a) If L1 Hit time determines the cycle time, what is the clock rate of P1 and P2? (10 points Correctness) Performance: In this question we will compare the performance of two processors using a certain benchmark. Processor L1 Size L1 D-Cache Miss Rate L1 I-Cache Miss Rate L1 Hit Time P1 P2 6% 4KB 8KB 28% 3% 0.55ns 0.90ns We are also given that accesses to the main memory takes 90ns. Additionally Processor 2 has to execute 10% more dynamic instructions than Processor 1. It is also seen that only 25% of the instructions access memory (ie lw and sw instructions). Profiling the code also showed us that 20% of the instructions were branch instructions. Both processors support branch prediction with 95% of the branches being predicted accurately and mis-predictions having a 1 cycle penalty. (a) If L1 Hit time determines the cycle time, what is the clock rate of P1 and P2

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

SQL Database Programming

Authors: Chris Fehily

1st Edition

1937842312, 978-1937842314

More Books

Students also viewed these Databases questions

Question

1. Diagnose and solve a transfer of training problem.

Answered: 1 week ago