A new WCET estimation algorithm based on instruction cache and prefetching combined model

Guowei Wu,Lin Yao
DOI: https://doi.org/10.1007/11535409_81
2005-01-01
Abstract:It is necessary to compute the execution time upper bound of embedded hard real-time program under the worst condition in embedded system design, which decides how hardware and software to partition and how to schedule process. Modern microprocessor which uses instruction cache memory and instruction pre-fetching increases the difficulty to compute the upper bound accurately. A new estimation method of embedded software performance based on instruction cache and pre-fetching model is proposed, which uses control flow graph and cache conflict graph and combine instruction pre-fetching into instruction cache analysis. It makes the execution time upper bound estimation under worst condition more accurate.
What problem does this paper attempt to address?