2,071 views
1 votes
1 votes
J1: R1 = 100

J2: R1 = R2 + R4

J3: R2 = R4 + 25

J4: R4 = R1 + R3

J5: R1 = R1 + 30

Give the no of RAW, WAR and WAW hazards

1 Answer

Related questions

2 votes
2 votes
1 answer
1
Mk Utkarsh asked Oct 23, 2018
2,175 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...
0 votes
0 votes
1 answer
3
0 votes
0 votes
1 answer
4
Vishnathan asked Nov 17, 2018
945 views
Find the data hazards(RAW,WAW,WAR) in the given instructions