Question: Identify the data dependencies, and state which will be resolved via forwarding and which will be resolved via stall. 1. (6 pts) a).For the following
Identify the data dependencies, and state which will be resolved via forwarding and which will be resolved via stall.

1. (6 pts) a).For the following MIPS assembly code to be executed using the pipelined datapath, identify all of the data dependencies (which register in which instruction needs the result register value from another instruction?) and enumerate them (give them numbers as 1,2, ...) b).Which dependencies are data hazards that will be resolved via forwarding and without a stall (you can specify the number(s) from the part a)? c).Which dependencies are data hazards that will cause a stall (you can specify the number(s) from the part a)? add $t1, $t2, $t4 sub $t5, $t3, $t1 lw $t4, 4(St1) sub $t8, $t2, $t5 add $t9, $t8, $t3 lw $t7, 8(St9) add $t4, $t3, $t7
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
