Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Memory latency (3 points - Correctness): A 5-stage pipelined processor has a base CPI of 1. Base CPI indicates CPI with no delay for misses.
Memory latency (3 points - Correctness): A 5-stage pipelined processor has a base CPI of 1. Base CPI indicates CPI with no delay for misses. Load instructions are 32% of your program instructions. You have an I and D cache connected to memory with a 12 cycle miss penalty. Your I-cache has a 7% miss rate and your Dcache has 5% miss rate (Assume your program doesn't stall for store instructions). Assume all other instructions do not cause any delay. (a) What is the total CPI of the program? (b) What would be the total CPI of the program without caches? Memory latency (3 points - Correctness): A 5-stage pipelined processor has a base CPI of 1. Base CPI indicates CPI with no delay for misses. Load instructions are 32% of your program instructions. You have an I and D cache connected to memory with a 12 cycle miss penalty. Your I-cache has a 7% miss rate and your Dcache has 5% miss rate (Assume your program doesn't stall for store instructions). Assume all other instructions do not cause any delay. (a) What is the total CPI of the program? (b) What would be the total CPI of the program without caches
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