Consider the sequence of two instructions below executed on…
Consider the sequence of two instructions below executed on the 5-stage RISC-V pipeline. lw x10, 8(x12) add x5, x10, x6 Questions: Identify the type of data hazard present between these two instructions. Can forwarding (bypassing) eliminate the need for a stall in this case? If yes, briefly explain how forwarding resolves the hazard. If no, explain why forwarding is insufficient. Specify the condition that the hazard detection unit uses to detect this hazard and trigger a stall.