SUB \$s2, \$s0, \$s1 # Register $ s 2 written by SUB ADD$4,$s2,$s3 # Register $s2 depend on SUB Assume that each instruc
Posted: Thu Jul 14, 2022 2:13 pm
SUB \$s2, \$s0, \$s1 # Register $ s 2 written by SUB ADD$4,$s2,$s3 # Register $s2 depend on SUB Assume that each instruction goes through all five stages of the pipeline (Each stage takes one clock cycle): - Stage 1: Fetch instruction (FI) - Stage 2: Decode instruction (DI) - Stage 3: Fetch operands (FO) - Stage 4: Execute instruction (EI) - Stage 5: Write operand (WO) Show how the instructions would progress though this 5 -stage pipeline.