1,530 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
0 answers
1
0 votes
0 votes
1 answer
2
harshrajhrj asked 6 days ago
71 views
Given, that the eigen values of a 2 x 2 matrix are -1,1 and its singular values are 1,0. What is the rank of the matrix?a) rank is 0b) rank is 1c) Such a matrix can't exi...
0 votes
0 votes
1 answer
3
harshrajhrj asked 6 days ago
104 views
If the determinant and sum of eigen values of a 2 x 2 matrix are -1 and 0 then, what can you say about the rank of the given matrix?a) rank is 0b) rank is 1c) Insufficien...
0 votes
0 votes
1 answer
4
SPluto asked May 2, 2019
611 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...