Pipelining attempts to keep every part of the processor busy with some instruction by dividing incoming instructions into a series of sequential steps.
The classic RISC pipeline comprises:
- Instruction fetch
- Instruction decode and register fetch
- Execute
- Memory access
- Register write back
No comments:
Post a Comment