From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39422) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z0s9D-0004gF-0p for qemu-devel@nongnu.org; Fri, 05 Jun 2015 09:58:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z0s98-0007Rg-WB for qemu-devel@nongnu.org; Fri, 05 Jun 2015 09:58:58 -0400 Received: from greensocs.com ([193.104.36.180]:53327) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z0s98-0007Pu-Pg for qemu-devel@nongnu.org; Fri, 05 Jun 2015 09:58:54 -0400 Message-ID: <5571AB16.7010601@greensocs.com> Date: Fri, 05 Jun 2015 15:58:46 +0200 From: Frederic Konrad MIME-Version: 1.0 References: <4D7C151F-A77D-40D4-BD28-233A8A56A8A9@mail.usf.edu> <20150605134925.GA30104@stefanha-thinkpad.redhat.com> In-Reply-To: <20150605134925.GA30104@stefanha-thinkpad.redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] protocol List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi , cao2 Cc: qemu-devel@nongnu.org On 05/06/2015 15:49, Stefan Hajnoczi wrote: > On Wed, Jun 03, 2015 at 02:38:12PM -0400, cao2 wrote: >> I'm trying to design a virtual system on chip platform to do post-silicon verification, to do that, I need to monitor the signal trace and analyse it. I just started using this software, so I'm not sure if it can monitor the messages sent between IP blocks and if the protocol of the virtual platform is visible for me. >> >> Currently I'm trying to create a model with 2 arm cores, with its own full caches, connected by bus to another shared memory. I already tried soclib and ovp and qemu is my last hope, please help, any advice will be nice. > QEMU emulates functional behavior, it is not a simulator. For example, > it doesn't model the CPU cache or timings. > > Stefan Maybe take a look at gem5? http://gem5.org/Main_Page Fred