Some Definitions
A pipelined processor :
- Has instruction level parallelism by having one instruction in each stage of the pipeline
An execution unit (EU) is a block that performs some function which helps complete an instruction :
- Integer ALU, Floating Point Unit (FPU), Branch Unit (BU), Load Store Unit are examples of execution units.