PPT Slide
Pipelining Code
1
2
3
4
5
6
ldh
Cycle
ldh
ldh
ldh
ldh
ldh
ldh
ldh
ldh
ldh
.M1
.M2
.L1
.L2
.S1
.S2
mpy
mpy
mpy
mpy
mpy
add
add
add
add
Previous slide
Next slide
Back to first slide
View graphic version
Notes:
Our code had five loads and five multiplies. After five cycles we've completed all the loads, and there are no more to do.