Recent questions tagged pipelining

0 votes
2 answers
6
In which stage of the classic RISC pipeline, operand is fetched. Is it in Instruction Decode or Execute (ALU) stage?
0 votes
1 answer
7
An instruction pipeline can be implemented by means ofLIFO bufferFIFO bufferStackNone of the above
0 votes
1 answer
10
I have a Self doubt question on Operand Forwarding . The data forwarded should be done in EX-EX stage or Mem-EX ? Which one to follow and when ?Using EX-EX we require les...
0 votes
1 answer
14
If we have a non pipeline processor which has a cycle time of 40 ns and average CPI of 5.4 .Assuming a 5 stage pipeline model calculate the speed up of pipeline over non ...