One minute
Five-Stage Pipelined MIPS Series: 8. Five Stage Pipelining
Five Stage Pipelining
Now, we cut up the single-cycle MIPS processor into 5 stages to get a pipelined design:
- Instruction Fetch from memory
- Instruction Decode and Register Read
- Execute Operation or Calculate Address (ALU Stage)
- Memory Access
- Register Write the result
We add pipeline registers between the above five stages.