1,514 views
1 votes
1 votes
There are 1000 instructions in a program.They are like lw, r, lw, r, lw, .....

lw instructions are load/store type and r instructions are non load/store type.Each lw instruction is dependent only on  rightmost r instruction on it's left and each  r instruction depends only on rightmost lw instruction on it's left. The program is running on a 5 stage(IF,ID,EX,MEM,WB) pipeline.Operand forwarding is used here.What will be the effective cpi?

A) 1.204

B) 1.504

C) 2.204

D) 2.504

1 Answer

Best answer
2 votes
2 votes

Pease verify not sure...

selected by

Related questions

0 votes
0 votes
1 answer
1
SPluto asked May 2, 2019
593 views
Let L1 and L2 be 2 languages which are not regular. Which of these is true?The union of L1 and L2 is not regular.The intersection of L1 and L2 is not regular.Both I and I...
0 votes
0 votes
0 answers
2