PPT Slide
Entry # Instruction Issue Execute Write result Commit
1 Load F6, 34(r2) yes yes yes yes
2 Load F2, 45(r3) yes yes yes yes
3 Mul F0, F2, F4 yes yes yes yes
4 Sub F8, F6, F2 yes yes yes yes
5 Div F10, F0, F6 yes yes
6 Add F6,F8,F2 yes yes yes
F0 () F2( ) F4 ( ) F6(#6 ) F8 () F10 (#5) F12...
Still waiting for #4, #5 to commit
The next “interesting event is completion of div; then commit of #5, then commit of #6