Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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, $t7Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started