Consider Figure Q12 in the 12th question. Select one pipelin…

Consider Figure Q12 in the 12th question. Select one pipeline diagram that *CORRECTLY* showes in which cycle each of two MIPS instructions will be in each stage. The diagram below uses the classical 5-stage MIPS Pipeline presented in the textbook. The stages for the first instruction “lw $t2,4($t3)” are already given. You must consider that forwarding is done when it is possible to avoid a stall.   cycle 1 2 3 4 5 6 7 8 9 10 11 lw   $t2,4($t3) IF ID EX MEM WB sw   $t5,4($t2)