Re: [gem5-users] ARMv8 Client-Server configuration

2014-09-22 Thread Ivan Stalev via gem5-users
Hi Ali, I appreciate your help. It appears to be working now. I had not modified the DTB file; after doing so, it works. Thanks :) Ivan On Tue, Sep 16, 2014 at 7:02 AM, Ali Saidi wrote: > > > Are you user you're using the kernel you just compiled? > > The text you copied shows the driver load

Re: [gem5-users] System Hangs

2014-09-22 Thread Ivan Stalev via gem5-users
Hi Fulya, I have attached the patch file. You have to download the kernel source code for 2.6.22 from kernel.org, apply the patch, and then build the kernel. x86 full-system with more than one O3 CPU with the classic memory model does not currently work in gem5. A couple months ago, Steve Reinhar

Re: [gem5-users] How to get a shared L1 cache

2014-09-22 Thread Chao Zhang via gem5-users
Hi all, I’m keeping digging into how to config a shared L1 cache in ruby system. It seams gem5 does not have safe method to do this in both classical and ruby system. And I found some further problem which may help to config the shared L1 cache in ruby. And I want some help to make this right.