From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FvXPd-0002hj-OM for qemu-devel@nongnu.org; Wed, 28 Jun 2006 06:36:49 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FvXPc-0002gn-6F for qemu-devel@nongnu.org; Wed, 28 Jun 2006 06:36:49 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FvXPc-0002gk-1A for qemu-devel@nongnu.org; Wed, 28 Jun 2006 06:36:48 -0400 Received: from [72.14.214.197] (helo=hu-out-0102.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FvXbu-0005FX-Qq for qemu-devel@nongnu.org; Wed, 28 Jun 2006 06:49:31 -0400 Received: by hu-out-0102.google.com with SMTP id 34so1224818hud for ; Wed, 28 Jun 2006 03:36:46 -0700 (PDT) Message-ID: Date: Wed, 28 Jun 2006 12:36:46 +0200 From: "Alessandro Corradi" Subject: Re: [Qemu-devel] SystemC hw simulation in qemu In-Reply-To: <44972B2E.2080903@bellard.org> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_36626_385592.1151491006232" References: <44972B2E.2080903@bellard.org> 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_36626_385592.1151491006232 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline 2006/6/20, Fabrice Bellard : > > 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. > 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...). Where can I look for it? Thanks Ale ------=_Part_36626_385592.1151491006232 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline

2006/6/20, Fabrice Bellard <fabrice@bellard.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.
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...).
Where can I look for it?

Thanks
Ale
------=_Part_36626_385592.1151491006232--