A Retargetable Software Timing Analyzer Using Architecture Description Language

Xianfeng Li,Abhik Roychoudhury,Tulika Mitra,Prabhat Mishra,Xu Cheng
DOI: https://doi.org/10.1109/aspdac.2007.358018
2007-01-01
Abstract:Worst Case Execution Time (WCET) is an essential input for performance and schedulability analysis of real-time systems. Static WCET analysis requires program path analysis and microarchitecture modeling. Despite almost two decades of research, WCET analysis has not enjoyed wide acceptance in industry. This is in part due to the difficulty in microarchitecture modeling of modern processors. Given the large number of embedded processors available in the market, retargetability of the WCET analysis framework is a serious issue. In this paper, we address it using Architecture Description Language (ADL). Starting with the ADL of a target processor, the proposed framework automatically generates graph-based execution models to capture timing effects of instructions in the pipeline. This pipeline model coupled with parameterized models of cache and branch prediction lead to a WCET framework that is safe, accurate and retargetable.
What problem does this paper attempt to address?