This exercise is intended to help you understand the relationship between forwarding, hazard detection, and ISA design.

Question:

This exercise is intended to help you understand the relationship between forwarding, hazard detection, and ISA design. Problems in this exercise refer to the following sequence of instructions, and assume that it is executed on a 5-stage pipelined datapath:

add r5,r2,rl r3,4(r5) r2,0(r2) r3,r5,r3 r3,0(r5) 1 w 1w or SW

1. If there is no forwarding or hazard detection, insert nops to ensure correct execution.

2. Repeat 4.13.1 but now use nops only when a hazard cannot be avoided by changing or rearranging these instructions. You can assume register R7 can be used to hold temporary values in your modified code.

3. If the processor has forwarding, but we forgot to implement the hazard detection unit, what happens when this code executes?

4. If there is forwarding, for the first five cycles during the execution of this code, specify which signals are asserted in each cycle by hazard detection and forwarding units in Figure 4.60.

Hazard detection ID/EX.MemRead unit ID/EX wB EX/MEM Control M WB MEM/WB IF/ID EX WB Registers ALU- Instruction memory Da

5. If there is no forwarding, what new inputs and output signals do we need for the hazard detection unit in Figure 4.60? Using this instruction sequence as an example, explain why each signal is needed.

6. For the new hazard detection unit from 4.13.5, specify which output signals it asserts in each of the first five cycles during the execution of this code.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question

Computer Organization and Design The Hardware Software Interface

ISBN: 978-0124077263

5th edition

Authors: David A. Patterson, John L. Hennessy

Question Posted: