you are building a computer with a hierarchical memory system that consists of separate instruction and data caches followed by main memory. you are using a risc-v multicycle processor running at 5 ghz. (11) (ili) (iv) the instruction cache is perfect (i.e., always hits) but the data cache has a 15% miss rate. on a cache miss, the processor stalls for 200ns to access main memory, then resumes normal operation. taking cache misses into account, what is the average memory access time? how many clock cycles per instruction (cpi) on average are required for load and store word instructions considering the non-ideal memory system? consider a benchmark application that has 25% loads, 10% stores, 11% branches, 2% jumps, and 52% -type instructions. taking the non ideal memory system into account, what is the average cpi for this benchmark? suppose that the instruction cache is also non ideal and has a 10% miss rate. what is the average cpi for the benchmark in part (c)? take into account both instruction and data cache misses