retagged by
603 views
2 votes
2 votes
lw $R2,100($R5)

sw $R2,200($R6)............ with out any bypass paths how many cycles does the sw instruction.. need to stall for?     5 stage pipeline
retagged by

1 Answer

0 votes
0 votes
without bypass i.e. without  operand forwarding

IF  ID   EX   PO  WB

     IF    -        -      -       ID   PO   WB

there will be 3  stalls

Related questions

812
views
1 answers
0 votes
Raj Singh 1 asked Jan 9, 2019
812 views
The title says it all: How many stall cycles are caused due to each incorrect branch prediction?Additional details you might need:Branch is executed in execution ... love to know what happens when branch is executed in decode stage too)
712
views
0 answers
0 votes
Na462 asked Apr 28, 2018
712 views
What does the Following line states:- Branch instruction aren't overlapped i.e. the instruction after the branch is not fetched till the branch instruction is executed. ... fetched will be in stage 4. Hence total 4 Stalls isn't it?
2.7k
views
1 answers
3 votes
Na462 asked Apr 19, 2018
2,679 views
Whenever Question is given on pipeline with branching i am confused to calculate that how many stalls will be there in the pipeline according to the constraint depicted in ... If there are N Cycles then N-1 Stalls will be there"?Please Help
1.0k
views
1 answers
0 votes
Na462 asked Mar 16, 2018
1,028 views
I am very Confused in determining the number of stalls in a given execution. Please determine how to find out the number of stalls in the execution of the pipeline.Like In this example calculate the ... 1 1 1