6 Pipelining Instruction Cycle Machine Cycle
6 Pipelining Instruction Cycle Machine Cycle
T0 T1 T2 T3 T4 T5 T6 T7
Example Program
1 MAIN movlw 0x37 Fetch Execute Time to execute normal instruction
addwf REG0
Instruction Cycles
T0 T1 T2 T3 T4 T5 T6 T7
Example Program
1 MAIN movlw 0x37 Fetch Execute
NOTES:
Each instruction take 4 clock periods
Pipeline Fetch and Execution