From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FsSkk-0004sS-WA for qemu-devel@nongnu.org; Mon, 19 Jun 2006 19:01:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FsSkk-0004s4-Fh for qemu-devel@nongnu.org; Mon, 19 Jun 2006 19:01:54 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FsSkk-0004s1-Ct for qemu-devel@nongnu.org; Mon, 19 Jun 2006 19:01:54 -0400 Received: from [84.96.92.61] (helo=sMtp.neuf.fr) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FsSv8-0000zA-P3 for qemu-devel@nongnu.org; Mon, 19 Jun 2006 19:12:38 -0400 Received: from [84.102.211.138] by sp604002mt.gpm.neuf.ld (Sun Java System Messaging Server 6.2-5.05 (built Feb 16 2006)) with ESMTP id <0J14008TYQBH92K1@sp604002mt.gpm.neuf.ld> for qemu-devel@nongnu.org; Tue, 20 Jun 2006 00:54:54 +0200 (CEST) Date: Tue, 20 Jun 2006 00:54:38 +0200 From: Fabrice Bellard Subject: Re: [Qemu-devel] SystemC hw simulation in qemu In-reply-to: Message-id: <44972B2E.2080903@bellard.org> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT References: Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: ale.corradi@gmail.com Cc: qemu-devel@nongnu.org Alessandro Corradi wrote: > Hi all, > I've tried to create my simple hw and it's ok. Now my teacher tells me > that i must use a hw description written in SystemC and plug in Qemu. > Have you got any idea to do it? Can somebody link me to documents where > I can find info? Hi, If you do that I am interested to see the results. Use a simple device such as the serial port (hw/serial.c) as an example. Regards, Fabrice.