Question: Use the following code fragment: Loop: ld x 2 , 0 ( x 1 ) ld x 4 , 0 ( x 3 ) add

Use the following code fragment: Loop:
ld x2,0(x1)
ld x4,0(x3)
add x5, x2, x4
sd x5,0(x3)
addi x1, x1,8
addi x3, x3,8
sub x7, x6, x3
bnez x7, Loop
or x10, x8, x9
Assume that the initial value of x6 is x3+280. Assume early evaluation of branch instruction, i.e., the branch outcome (whether the condition is true or false and where is the next instruction) is known after the Decode stage., but the branch instruction will still go through all the five pipeline stages. For both Q2.a and Q2.b, assume that the branch is handled by predicting it as not-taken, i.e. the next instruction in program sequence (the or instruction) is fetched, which is a wrong instruction except for the last iteration and will be flushed after the branch outcome is known.
2a Show the timing of this instruction sequence for the 5-stage RISC pipeline without any forwarding hardware but assuming that a register read and a write in the same clock cycle forwards through the register file, as between the add and or Use a pipeline timing chart. If all memory references take 1 cycle (in the MEM stage), how many cycles does this loop take to execute
2b Show the timing of this instruction sequence for the 5-stage RISC pipeline with
full forwarding hardware.how many cycles does this loop take
to execute

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!