Calculating actual/effective CPI for 3 level cache
(a) You are given a memory system that has two levels of cache (L1 and L2). Following are the specifications: Hit time of L1 cache: 2 clock cycles Hit rate of L1 cache: 92% Miss penalty to L2 cache (hit time of L2): 8 clock cycles Hit rate of L2 cache: 86% Miss penalty to main memory: 37 clock cycles Assume for the moment that hit rate of main memory is 100%. Given a 2000 instruction program with 37% data transfer instructions (loads/stores), calculate the CPI (Clock Cycles per Instruction) for this scenario. For this part, I calculated it like this (am I doing this right?): (m1: miss rate of