Performance Estimation Techniques with MPSoC Transaction-Accurate Models

De Ma,Rongjie Yan,Kai Huang,Min Yu,Siwen Xiu,Haitong Ge,Xiaolang Yan,Ahmed Amine Jerraya
DOI: https://doi.org/10.1109/tcad.2013.2275252
IF: 2.9
2013-01-01
IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems
Abstract:Efficient design of multiprocessor system-on-chip (MPSoC) requires early, fast, and accurate performance estimation techniques. In this paper, we present new techniques based on fine-grained code analysis to estimate accurate performance during simulation of MPSoC transaction accurate models. First, a GCC profiling tool is applied in the native simulation process. Based on the profiling result, an instruction analyzer of the target CPU architecture is proposed to analyze the cycle cost of C code under estimation. In addition, a memory analyzer is used to further estimate memory access latency including both instruction/data cache time cost and global memory access cycles. Both data and instruction cache models are proposed to estimate cache miss penalty, and a segment-based strategy is adopted to update the cache models more efficiently. Furthermore, an equalized access model is presented to imitate the memory access behavior of processors for estimating global memory access latency caused by bus contention and memory bandwidth. We have applied these techniques on an H.264 decoder application with different hardware architectures. The experimental results show that applying these techniques can obviously improve estimation accuracy of transaction accurate models close to that of the virtual prototype models, with a tolerable overhead on simulation speed.
What problem does this paper attempt to address?