edited by
490 views
1 votes
1 votes

A program executed 14 million instructions on a 5-stage X pipeline which execute one instruction on one cycle. Of these, 3 million are memory instructions. The I-cache hit rate is 95% and the D-cache hit rate is 70%. The average extra latency when going to lower levels of memory is 6 cycles. Ignoring all stalls except cache misses, what is t he run-time of the program?

  1. 9.6 million cycles
  2. 19.4 million cycles
  3. 18.2 million cycles
  4. 23.6 million cycles
edited by

Please log in or register to answer this question.

Related questions

0 votes
0 votes
1 answer
1