2
81kviews
Explain six-stage instruction pipeline with suitable diagram
1 Answer
written 8.7 years ago by | modified 8.7 years ago by |
A typical instruction cycle can be split into many sub cycles like Fetch instruction, Decode instruction, Execute and Store. The instruction cycle and the corresponding sub cycles are performed for each instruction. These sub cycles for different instructions can thus be interleaved or in other words these sub cycles of …