From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FvXYi-0007SN-NS for qemu-devel@nongnu.org; Wed, 28 Jun 2006 06:46:12 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FvXYf-0007Pq-W2 for qemu-devel@nongnu.org; Wed, 28 Jun 2006 06:46:11 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FvXYf-0007Pl-Tk for qemu-devel@nongnu.org; Wed, 28 Jun 2006 06:46:09 -0400 Received: from [193.252.23.89] (helo=smtp16.orange.fr) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FvXky-0005uL-S1 for qemu-devel@nongnu.org; Wed, 28 Jun 2006 06:58:53 -0400 Received: from wwinf1604 (wwinf1604 [172.22.147.31]) by mwinf1601.orange.fr (SMTP Server) with ESMTP id 9FF38700011C for ; Wed, 28 Jun 2006 12:46:07 +0200 (CEST) Message-ID: <2772387.1151491567646.JavaMail.www@wwinf1604> From: Laurent DESNOGUES Subject: Re: [Qemu-devel] SystemC hw simulation in qemu Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Date: Wed, 28 Jun 2006 12:46:07 +0200 (CEST) Reply-To: laurent.desnogues@wanadoo.fr, qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org > The idea is to create a SystemC wrapper file in hw dir, where there is the > code for connect via socket to a SystemC process in host machine. The > problem is that I write my simple hw, but instead use io address such as > 0x378 i need to use memory address, so I can use it in every virtualizzation > (i386, mips etc...). Why do you want to have SystemC in its own process? BTW, SystemC freely available lib is really slow. Take a look at some lookalikes such as FastSysC. Laurent