From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10364 invoked by alias); 14 Sep 2004 14:37:21 -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 10356 invoked from network); 14 Sep 2004 14:37:20 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 14 Sep 2004 14:37:20 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.10) with ESMTP id i8EEbI8M017059 for ; Tue, 14 Sep 2004 10:37:19 -0400 Received: from localhost.redhat.com (porkchop.devel.redhat.com [172.16.58.2]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i8EEbDr10207; Tue, 14 Sep 2004 10:37:16 -0400 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id B656B28D2; Tue, 14 Sep 2004 10:34:52 -0400 (EDT) Message-ID: <4147018C.30807@gnu.org> Date: Tue, 14 Sep 2004 14:37:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-GB; rv:1.4.1) Gecko/20040831 MIME-Version: 1.0 To: Ramana Radhakrishnan , Xinan Tang , Soam Vasani Cc: libra , gdb@sources.redhat.com Subject: Re: About simulator generator References: <52BBA75459915749B68F93B604B636CD0666D6@neptune.TidalNetworks.net> <4145DA5F.6040107@codito.com> In-Reply-To: <4145DA5F.6040107@codito.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-09/txt/msg00097.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. PSIM was written using an earlier version of IGEN. Other igen examples are the mn10300 and v850. Andrew