You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Causes a forwarding stall since the immediate in the second instruction (4) is registered as the rs2-value, even though the rs2-value is unused in LW instructions.
Solution(?): Attach flag that indicates whether rs1/rs2-values are used
The text was updated successfully, but these errors were encountered:
Instruction sequence
Causes a forwarding stall since the immediate in the second instruction (4) is registered as the rs2-value, even though the rs2-value is unused in LW instructions.
Solution(?): Attach flag that indicates whether rs1/rs2-values are used
The text was updated successfully, but these errors were encountered: