408 views

1 Answer

1 votes
1 votes

if operand forwarding use / Data forwarding use then in this case your one clock time will be save .......if reverse the vice versa ...it apply in the case of R-W hazard or true dependency,in this case it is not go write back stage direct go in register for  execution of next  instruction 

edited by

Related questions

1.3k
views
2 answers
0 votes
Abhilash Mishra asked Jan 2, 2019
1,312 views
Data forwarding is used to avoid which type of conflict??(1) RAW(2) WAR(3) WAW(4) RAR
442
views
1 answers
0 votes
sushmita asked Dec 17, 2018
442 views
we do forwarding from WB stage to EX or from WB to MEM stage??
1.0k
views
2 answers
0 votes
Markzuck asked Dec 25, 2018
1,018 views
here why to take stall at the highlighted cell as its OPERAND FORWARDING and unless mentioned its EX-EX and its being followed without stall also, please ... Forwarding is to be applied in such generalized cases., Thanks in advance :)
1.1k
views
0 answers
0 votes
hitendra singh asked Dec 24, 2018
1,094 views
consider a 4-stage pipeline (IF, ID, EX, WB) used to execute the following code. All the instructions are spending 1 cycle in all the stags but MUL takes 4 cycles. Div takes 3 ... : DIV r3 , r1 , r2I3: SUB r4, r3, r2I4: ADD r5, r4, r1