2 2 votes A 5 stage pipeline with the stages taking 2, 2, 3, 1, 2 unit of time has throughput of? Your Answer: 0.3 Correct Answer: 0.334 Status: incorrect CO & Architecture co-and-architecture pipelining + – vishwa ratna 1.5k views answer comment Share Follow Print 0 reply Please log in or register to add a comment.
Best answer 4 4 votes CPI of ideal pipeline is 1 That means it can execute 1 instruction in one cycle 1 cycle is taking max(2,2,3,1,2) = 3 unit time SO throughtput = $\frac{instruction}{time}=\frac{1}{3}=0.334$ Digvijaysingh Gautam answered Jan 21, 2017 • selected Jan 21, 2017 by Kantikumar Digvijaysingh Gautam comment Share Follow 0 reply Please log in or register to add a comment.