Basic pipeline implementation
Five stages: IF, ID, EXE, MEM, WB
What are the resources needed and where
- ALU’s, Registers, Multiplexers etc.
What info. is to be passed between stages
- Requires pipeline registers between stages: IF/ID, ID/EXE, EXE/MEM and MEM/WB
- What is stored in these pipeline registers?
Design of the control unit.