Adding the corrected pipeline diagram for the question discussed in the video:

posted in CO & Architecture Jan 27, 2019 edited Jan 28, 2019 by
by
4,436 views
13
Like
2
Love
0
Haha
0
Wow
0
Angry
0
Sad

22 Comments

22 Comments

Like
video link is not working Sir.
Like
Fixed now
Like
1

@Arjun Sir, you said in video that in True dependency consider the previous write only. I want to confirm that in Anti dependency and Output dependency can we consider out of order dependency? 

Like

@Arjun Sir, Please answer the above query. Please check is my understanding right?

R4 <- R1 + R4

R4 <- R2 + R4

R4 <- R4 + R5 

there are following dependencies-

1) RAW(True) - (I1-I2) , (I2-I3) we'll not count (I1-I3) so 2.

2) WAR(Anti)- (I1-I2),(I1-I3) and(I2-I3) so 3.

3) WAW(Output) - (I1-I2),(I2-I3) and (I1-I3) so 3. 

 

Like
there is dependency but it is not causing hazards
Like
4
@Shubh+Gupta Yes. For WAW and WAR the dependency come to play only when instruction reordering happens.

For RAW dependency as per Bernstein's condition I1-I3 is also a dependency. But in none of the standard references nor dependency outputting software that is output and so you should not count it in GATE also.
Like
1

@Arjun Sir

in the video you told that WAR and WAW hazards cannot happen in an inorder pipeline..But in this link https://people.engr.ncsu.edu/efg/521/s06/common/lectures/notes/lec18.pdf

It is shown that WAR and WAW hazards can happen in an inorder pipeline also..where am I missing out?Can you pls explain Sir?

Like
In the slide it is mentioned rt -- either instruction reordering or newer instruction jumping ahead to a stage before older one -- this won't happen in classical RISC pipeline.
Like
Got it Sir..thanks! :)
Like

@Arjun Sir, if there is no data forwarding, why is the decode stage in I2 before WB in I1? (Same with decode in I4 before WB in I3). Won't the register files get old data in the decode stage? And if so, then how EX stage is getting the new if no forwarding is there?

Please help

Like
1

@MiNiPandathat is because of split phasing WB writes in first half cycle & ID reads operands in 2nd half of a clock cycle.

edited Jan 31, 2019 by
Like
1

@Shubhgupta Okay so we can consider split phase at all times even if its not mentioned right? Thank you!! :)

Can you clear me one more thing.. why there is a RAW hazard b/w I2 and I4? I4 anyway have to wait for I3. So I2 isn't causing any extra stall.

Like
yes we need to always consider the best case. according to all previous gate questions they are using split phase in question if mentioned or not mentioned.
Like

@Shubhgupta

Please check my comment again. I have edited it.

Like
1
at first I also thought this question but think if I3 is not present in pipeline then I4 needs to wait till I2 writes back so this will cause stall in pipeline in finding of hazard we consider all those dependency which cause stall in pipeline not those which consider extra stall. So at 7th clock both I2 and I3 causing stall in pipeline.
Like
1

@Arjun sir

Sir why we are not considering $IF$ stage of $I3$ from $3^{rd}$ clock cycle, which might lead to stalls if considered in such a way.

Like

@Arjun sir i have the same doubt

 @Shaik

Like

@Mk Utkarsh Because $I_2$ hasn't started it's $ID$ phase yet. Observe that only when $I_2$ has started it's $ID$ phase in $5_{th}$ clock cycle, $I_3$ was able to start it's $IF$ phase during the same cycle.

Like
2
  CC1 CC2 CC3 CC4 CC5 CC6 CC7 CC8 CC9 CC10 CC11 CC12
I1 IF ID EX M WB              
I2   IF ID ID ID EX M WB        
I3     IF IF IF ID EX M WB      
I4           IF ID ID ID EX MA WB

@pranay562

If we consider table in such a way what is the problem we are facing. Please guide me where I am going wrong. Thanks.

As in CC3 as I1 start in the EX stage surely I2 will jump on ID stage as well as I3 will jump on IF stage. So where I am going wrong.

Like

@Arjun  sir

https://gateoverflow.in/753/gate2001-12

In this question which you have answered, you have taken $I3-I1$ as a RAW hazard. Why ? I think there is a RAW dependency b/w $I3-I1$ but that is not leading to hazard but because of $I2$ stalling it is effecting $I3$ also. And hence there is hazard between $I3-I1$.

But then why we are not considering $I3-I1$ hazard in this question which is similar case as of gate question ?

Like
Didnt get your query.
Like

Sir me and kushagra discussed and have some doubt and i posted it here 

https://csedoubts.gateoverflow.in/11532/pipelining-hazard-self-doubt