in CO and Architecture retagged by
1,128 views
0 votes
0 votes

 

in CO and Architecture retagged by
1.1k views

4 Comments

I think it should be 33.33
0
0

shouldn't it be 50mhz,

1 2 3 4 5 6 7 8 9 10 11 12
IF ID OF EX EX WB            
  IF ID OF   EX EX WB        
    IF ID   OF   EX EX WB    
      IF   ID   OF   EX EX WB

Hence each instruction will take 2 clock cycles to finish.

0
0
Yes you are right, its mistake from my side it should be 50MHz as we will have to extra cycles and one cycle takes 10ns => 20 ns for one instruction ==> Freq = 1/20 ==> 50MHz
1
1

1 Answer

0 votes
0 votes

answer will be 25 MHz.

credit:@aambazinga

edited by

4 Comments

Yes brother that will be stall.
0
0
@prateek bro i got the explanation that why it is happening,tell me one more thing ,you said that after instruction decode while fecthing the oprerand then only get to know that it is depending on previous thats why  OF stage have to wait untill operand not available , and thats's why ,you introduced 3 stall  in 4, 5 ,6 clock cycle, and similarly for I3 there will be dependency so you introduced 6 stall 5 to 10 clock cycle 

i want to ask can our circuitry detect the dependency in ID statge itself ?

if it will detect in ID stage then also stall would be same and we would do OF after WB 

please clear my it and if a said anything wrong then correct me
0
0

 untill operand not updated we can't fetch the operand simply ,when $I_0$ completed its updation then only $I_1$ can fetch it.dependency will detect in ID stage ,ID stage simply decode the instruction like how many byte of instruction ,which type of addressing mode operands are using etc  

0
0

Related questions