retagged by
384 views

1 Answer

Related questions

2 votes
2 votes
1 answer
1
Mk Utkarsh asked Oct 23, 2018
2,183 views
Consider the below instructions executed on a 5 stage(IF,ID,EX,MA,WB) RISC pipeline with operand forwarding.I1: ADD R0,R1,R2 (R0=R1+R2)I2: SUB R3,R0,R2I3:MUL R4,R3,R0I4:D...
2 votes
2 votes
3 answers
4
Umang Raman asked Sep 27, 2015
2,081 views
ADD R1 , R2, R2; ADD R3, R2, R1;SUB R4, R1 , R5;ADD R3, R3, R4;FIND THE NUMBER OF READ AFTER WRITE(RAW) DEPENDENCIES IN THE ABOVE CODE.