edited by
2,152 views
0 votes
0 votes
PLEASE ANYONE REFER ANY VIDEO OF DATA HAZARDS OR SOME NOTES SOME LINK……………...NOT  GETTING ENOUGH EXPLANATION OF DATA HAZARD HERE .

IF SOMEONE KNOWS THE CONCEPT THEN

Consider the following Instruction sequence  
I1: ADD R1,R2,R1
I2: LW R2,0(R1)
I3: LW R1,4(R1)
I4: OR R3,R1,R2
And assume following five stage pipeline with following stages:  
IF,ID,EXE,MEM,WB  
The no of RAW hazards in the above Instruction sequence is?  
(A) 3  
(B) 2  
(C) 4  
(D) 1

then plss explain this question solution step by step otherwise give the link ? and cases like with pipelining without pipelining
edited by

Please log in or register to answer this question.

Related questions

1.2k
views
1 answers
7 votes
GO Classes asked Jan 21
1,172 views
Consider the following code fragment:Identify all data dependencies (potential data hazards) in the given code snippet within one loop iteration. Let the number of true d...
584
views
1 answers
1 votes
LRU asked Jan 8, 2022
584 views
Consider the following sequence of instructions: LOAD R4, 0(R8) AND R1, R5, R2 OR R1, R1, R3 OR R2, R2, R7 ADD R3, R2, R1 STORE R3, 0(R8) Number of cycles required to com...