• 中国计算机学会会刊
  • 中国科技核心期刊
  • 中文核心期刊

J4 ›› 2011, Vol. 33 ›› Issue (12): 37-43.

• 论文 • Previous Articles     Next Articles

Multi_MINT:A Multiprocessor Simulator Based on MINT

CHEN Hu,LUO Weiliang,GAN Yunyun   

  1. (School of Software Engineering,South China University of Technology,Guangzhou  510006,China)
  • Received:2011-05-20 Revised:2011-10-26 Online:2011-12-24 Published:2011-12-25

Abstract:

Multiprocessor simulators are very important tools to design, analyse and optimize the multiprocessor system structure. The Multi_MINT simulator we propose in this paper is composed of two parts: the front end and the back end. The front end adopts MINT to simulate the execution of the MIPS instructions, and the back end contains Cache unit, the connection_network unit and the memory controller unit. The two parts constitute a complete multiprocessors simulator system. This paper mainly introduces the general structure of Multi_MINT and the simulation framework of the main hardware components, and then discusses some details of the design and implementation of Multi_MINT, and finally illustrates how Multi_MINT plays the role of performance evaluation by an example.

Key words: multiprocessor;simulator;architecture