1 1 vote A 4-stage pipeline has the stage delays as 150,120,160 and 140 nanoseconds respectively . Registers that are used between the stages have a delay of 5 nanoseconds each .Assuming constant clocking rate,the total time taken to process 1000 data items on this pipeline will be a)120.4 microseconds b)160.5 microseconds c)165.5 microseconds d)590.0 microseconds CO & Architecture co-and-architecture pipelining + – David 2.8k views answer comment Share Follow Print 0 reply Please log in or register to add a comment.
1 1 vote Maximum stage delay will be 160 ns and 5 ns uniform delay register are being used . so total time for each stage should be 165ns so that every stage can work well. tp = 165ns formula is (k+(n-1)) tp. k=4 because stages are 4 (4+999) 165 ns = 165.5 micro seconds . option c Tendua answered Oct 19, 2015 Tendua comment Share Follow 0 reply Please log in or register to add a comment.