From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32162 invoked by alias); 13 Sep 2004 17:35:51 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 32152 invoked from network); 13 Sep 2004 17:35:50 -0000 Received: from unknown (HELO manage.24online) (210.18.132.234) by sourceware.org with SMTP; 13 Sep 2004 17:35:50 -0000 Received: from [10.0.1.110] ([10.0.1.110]) by manage.24online (8.9.3/8.9.3) with ESMTP id XAA03200; Mon, 13 Sep 2004 23:10:06 +0530 Message-ID: <4145DA5F.6040107@codito.com> Date: Mon, 13 Sep 2004 17:35:00 -0000 From: Ramana Radhakrishnan User-Agent: Mozilla Thunderbird 0.7.3 (X11/20040803) MIME-Version: 1.0 To: Xinan Tang CC: Soam Vasani , libra , gdb@sources.redhat.com Subject: Re: About simulator generator References: <52BBA75459915749B68F93B604B636CD0666D6@neptune.TidalNetworks.net> In-Reply-To: <52BBA75459915749B68F93B604B636CD0666D6@neptune.TidalNetworks.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-09/txt/msg00095.txt.bz2 Xinan Tang wrote: > Hi > > We need to have a list of which an ISA simulator is written by which > tool. For example, is it true that only PPC and MIPS were written in > IGEN? PPC is handwritten . Its called PSIM if I am not wrong .MIPS is written using IGEN. You could look at cgen too for a simulator infrastructure. cgen is used for the m32r architecture. You could take a look at the cgen directory in the src directory on sources.redhat.com for more info. cheers Ramana