From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FvXlV-0003Ua-Fo for qemu-devel@nongnu.org; Wed, 28 Jun 2006 06:59:25 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FvXlV-0003UO-24 for qemu-devel@nongnu.org; Wed, 28 Jun 2006 06:59:25 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FvXlU-0003UL-Uv for qemu-devel@nongnu.org; Wed, 28 Jun 2006 06:59:24 -0400 Received: from [72.14.214.202] (helo=hu-out-0102.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FvXxn-00079f-RV for qemu-devel@nongnu.org; Wed, 28 Jun 2006 07:12:08 -0400 Received: by hu-out-0102.google.com with SMTP id 34so1236354hud for ; Wed, 28 Jun 2006 03:59:23 -0700 (PDT) Message-ID: Date: Wed, 28 Jun 2006 12:59:23 +0200 From: "Alessandro Corradi" Subject: Re: [Qemu-devel] SystemC hw simulation in qemu In-Reply-To: <2772387.1151491567646.JavaMail.www@wwinf1604> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_37114_12098167.1151492363088" References: <2772387.1151491567646.JavaMail.www@wwinf1604> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel ------=_Part_37114_12098167.1151492363088 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline 2006/6/28, Laurent DESNOGUES : > > > 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 > > > _______________________________________________ > Qemu-devel mailing list > Qemu-devel@nongnu.org > http://lists.nongnu.org/mailman/listinfo/qemu-devel > It can be an idea, but I'm not the systemc developer, I've already got the sc module, and I must integrate it into qemu. This is that I must to do for thesis' degree. Thanks Ale ------=_Part_37114_12098167.1151492363088 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline

2006/6/28, Laurent DESNOGUES <laurent.desnogues@wanadoo.fr>:
> 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


_______________________________________________
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel

It can be an idea, but I'm not the systemc developer, I've already got the sc module, and I must integrate it into qemu. This is that I must to do for thesis' degree.

Thanks
Ale
------=_Part_37114_12098167.1151492363088--