Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
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 4KB 8KB 6% 2% 2% 2% 0.5ns 0.9ns We are also given that accesses to the main memory takes 90ns. Additionally Processor 2 has to execute 15% more dynamic instructions than Processor 1. It is also seen that only 20% of the instructions access memory (i.e, lw and sw instructions). Profiling the code also showed us that 15% of the instructions were branch instructions. Both processors support branch prediction with 90% of the branches being predicted accurately and mis-predicts with P1 having a 1 cycle penalty and P2 having a 2 cycle penalty. Assume that we have no data hazards. (a) If L1 Hit time determines the cycle time then what is the clock rate of P1 and P2? (b) Calculate how many cycles it takes to access data memory for both the processors. (c) Estimate the MCPI of the benchmark for both the processors. Hint: You need to consider both instruction and data memory (d) Estimate the BCPI (Contribution due to branches) for both the processors (e) Considering just this benchmark, which of these processors is faster? (Assume Base CPI = 1.0 for both) Hint Use execution time
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started