Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Problem 3: Consider the following sequence ofinstructions and assume 5-stage pipelined datapath. add $sl, $s2, $s3 add $s2, $s1, $s4 sub $s1, $s1, $s2 lw
Problem 3: Consider the following sequence ofinstructions and assume 5-stage pipelined datapath. add $sl, $s2, $s3 add $s2, $s1, $s4 sub $s1, $s1, $s2 lw $s1, 32 ($s0) a) Indicate data dependencies (RAW, WAW, WAR) in the above set of instructions b) Indicate hazards and add bubbles (nop instructions) to eliminate them c) Use full forwarding and indicate hazards that still remain after EXE-EXE forwarding. Eliminate the remaining hazards using nop instructions. Can the remaining hazards be removed using MEM to EX forwarding or else? d)
Step 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