CS 3853 Computer Architecture Chapter 3 Section 4 Example Answers


Modification 4: DIV.D uses F2 instead of F0

Instruction
Reservation
Station
Execution
Unit
Issue
Cycle
Ex Start
Cycle
Ex End
Cycle
Memory
Cycle
CDB
cycle
Write
dest
L.D    F6,32(R2)Load1ALU12234F6
L.D    F2,44(R3)Load2ALU23345F2
MUL.DF0,F2,F4Mult1fmul361516F0
SUB.DF8,F2,F6Add1fadd4678F8
DIV.DF10,F2,F6Mult2fmul5175657F10
ADD.DF6,F8,F2Add2fadd691011F6
Note: No change since it is also waiting for the fmul functional unit. We assume it is not ready until the cycle after the result is put on the CDB.