0 0 votes What will be L1 miss rate? I think it is 80/3600 ,but then answer did not match. But if i take 80/2000,then it matches with the given answer CO & Architecture co-and-architecture cache-memory stall + – rahul sharma 5 1.1k views answer comment Share Follow Print See 1 comment 1 1 comment reply joshi_nitish commented Nov 6, 2017 reply Follow flag yes, i also think so.. the correct answer should be $\frac{40*30+40*230}{2000}$ = 5.2 1 1 replyShare Please log in or register to add a comment.
0 0 votes (#of misses in L1/inst * Hit time L2) + (# of misses in L2/inst * miss penalty of L2) ((80*1.8)/2000)*30 + ((40*1.8)/2000)*200 = 2.16 + 7.20 = 9.36 KUSHAGRA गुप्ता answered Oct 14, 2018 KUSHAGRA गुप्ता comment Share Follow 0 reply Please log in or register to add a comment.