ACM Home Page
Please provide us with feedback. Feedback
Constructing portable compiled instruction-set simulators: an ADL-driven approach
Full text PdfPdf (201 KB)
Source Design, Automation, and Test in Europe archive
Proceedings of the conference on Design, automation and test in Europe: Proceedings table of contents
Munich, Germany
SESSION: Transaction level modelling based validation table of contents
Pages: 112 - 117  
Year of Publication: 2006
ISBN:3-9810801-0-6
Authors
Joseph D'Errico  Boston University, Boston, MA
Wei Qin  Boston University, Boston, MA
Sponsors
: The EDA Consortium
EDAA : European Design and Automation Association
IEEE-CS\DATC : The IEEE Computer Society
Publisher
European Design and Automation Association  3001 Leuven, Belgium, Belgium
Bibliometrics
Downloads (6 Weeks): 4,   Downloads (12 Months): 25,   Citation Count: 1
Additional Information:

abstract   references   cited by   collaborative colleagues  

Tools and Actions: Review this Article  

ABSTRACT

Instruction set simulators are common tools used for the development of new architectures and embedded software among countless other functions. This paper presents a framework that quickly generates fast and flexible instruction-set simulators from a specification based on a C-like architecture-description language. The framework provides a consistent platform for constructing and evaluating different classes of simulators, including interpreters, static-compiled simulators, and dynamic-compiled simulators. The framework also features a new construction method for dynamic-compiled simulator that involves no low-level programming. It profiles and translates frequently executed regions of simulated binary to C++ code and invokes GCC to compile such code into dynamically loaded libraries, which are then loaded into the simulator at run time to accelerate simulation. Our experimental results based on the MIPS architecture and the SPEC CPU2000 benchmarks show that our dynamic-compiled simulator is capable of achieving up to 11 times speedup compared to our fast interpreter. Compared to other dynamic-compiled simulators requiring significant system programming expertise to construct, the proposed approach is simpler to implement and more portable.


REFERENCES

Note: OCR errors may be found in this Reference List extracted from the full text article. ACM has opted to expose the complete List rather than only correct and linked references.

 
1
 
2
 
3
F. Bellard. http://www.qemu. org, Sep 2005.
 
4
5
 
6
 
7
Free Software Foundation, Inc. http://www.gnu.org/software/gdb/gdb.html, June 2005.
8
9
10
 
11
K. Scott and J. Davidson. Strata: A software dynamic translation infastructure. In Proceedings of the IEEE 2001 Workshop on Binary Translation, 2001.
 
12
Standard Performance Evaluation Corporation. http://www.spec.org, Aug 2005.
13
14

Collaborative Colleagues:
Joseph D'Errico: colleagues
Wei Qin: colleagues