4.27 Problems in this exercise refer to the following sequence of instructions, and assume that it is executed on a five-stage pipelined datapath:
scss
코드 복사
add x15, x12, x11 lw x13, 8(x15) lw x12, 0(x2) or x13, x15, x13 sw x13, 0(x15)
4.27.3 [10] <§4.8> If the processor has forwarding, but we forget to implement the hazard detection unit, what happens when the original code executes?