Assume that; IF 100ps ID 75ps EX 100ps MEM 200ps WB 75ps lw $t1, 4($s 1) add $t0,$t1,$t2 sub $t0,$t0,$t1 sw $t1, 4($s1)
Posted: Fri May 20, 2022 4:58 pm
Assume that; IF 100ps ID 75ps EX 100ps MEM 200ps WB 75ps lw $t1, 4($s 1) add $t0,$t1,$t2 sub $t0,$t0,$t1 sw $t1, 4($s1) lw $t1, 4($s2) Show all your steps. Do NOT give just numbers. You do NOT get any points if you just give a number! Note: Please fill the boxes for each part. You may not need to use all boxes. E.g. if your answer takes only 12 clock cycle, you don't need to fill remaining boxes. You can add more space in case you need it. a-) (10pt) What is the execution time of the code for pipelined processor? Assume that forwarding is NOT allowed. Lw add sub sw lw b-) (10pt) What is the execution time of the code for pipelined processor? Assume that forwarding is allowed. (If you forward something, show it by using arrows) Lw add sub sw Iw