You are to develop a model to capture the performance penaltydifferences from an I-cache miss and a D-cache miss for thispipeline. Assume, that the ideal CPI of the machine is onlyaffected by these two types of cache misses, so you can ignorebranch mis-prediction, exception, TLB misses, and so forth. Developa model reflecting the functional characteristics of anOut-of-Order machine. You may assume:
- The issue width of the machine is I.
- The Re-order buffer size of the machine is R.
- The Instruction Window of the machine is W.
- Miss-penalty cycles of an I-cache miss and D-cache miss areidentical – M
- Any other application/hardware characteristics you want
OROR