CS 3853 Computer Architecture Chapter 3 Section 4 Example Answers


Modifaction 2: Two multiply functional units

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,F0,F6Mult2fmul5175657F10
ADD.DF6,F8,F2Add2fadd691011F6
Note 1: No change since Mult2 cannot execute until F0 is ready.
Note 2: If the functional unit is available at the same time it puts its reuslt on the CDB, the DIV.D could start one cycle earlier.