Consider a pipeline of N stages in which stage i takes time
Consider a pipeline of N stages in which stage i takes time ti. Assuming no delay between stages, what is the total time (start to finish) that the pipeline will spend handling a single instruction? Computer Architecture
Solution
Nti
As their are n stages and to complete an instruction we have to go on for n stages. thefore N*ti
