Question: Analyze the following code for data hazards. Use attached pipeline sheet and show hazards and indicate for each line what would need to be done
Analyze the following code for data hazards. Use attached pipeline sheet and show hazards and indicate for each line what would need to be done in terms of forwarding or bubbles.
Use attached pipeline sheet and show hazards and indicate for each line what would need to be done in terms of forwarding or bubbles. On one sheet draw arrows showing the initial hazards. On another sheet show forwarding arrows, or where you would add stalls or nops. If you add a stall add boxes and show the stalled stage like in the lecture, showing effect on following instructions also.
add $5, $2, $2
lw $7, 4($5)
sub $2, $7, $7
sw $1 , 4($6)
lw $8, 4($1)
lw $7, 0($8)

ALU
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
