Re: [gem5-dev] how can I add cache in tgen-simple-mem

2015-02-26 Thread Andreas Hansson via gem5-dev
As the error message suggest you seem to have a packet that spans a cache line boundary. Have you checked the address and/or size to make sure they all are within a cache line? Andreas On 26/02/2015 21:15, "Sensen Hu - EWI via gem5-dev" wrote: >hi, Andreas. >I've tried to set Maxtick more than

Re: [gem5-dev] how can I add cache in tgen-simple-mem

2015-02-26 Thread Sensen Hu - EWI via gem5-dev
hi, Andreas. I've tried to set Maxtick more than 16000. But in the command window, it shows Aborted (core dumped). And the simerr file shows: gem5.opt: build/ARM/mem/cache/cache_impl.hh:164: void Cache::satisfyCpuSideRequest(PacketPtr, Cache::BlkType*, bool, bool) [with TagStore = LRU; PacketP

Re: [gem5-dev] Cron /z/m5/regression/do-regression quick

2015-02-26 Thread Steve Reinhardt via gem5-dev
We're running into a failing drive on zizzer, which is causing these errors. Fortunately we have a replacement machine in place, but we're still in the process of moving everything over. I manually ran the full regressions on the new machine and got these non-pass results: * build/X86/tests/o

[gem5-dev] changeset in gem5: Ruby: Update backing store option to propagat...

2015-02-26 Thread Jason Power via gem5-dev
changeset 4206946d60fe in /z/repo/gem5 details: http://repo.gem5.org/gem5?cmd=changeset;node=4206946d60fe description: Ruby: Update backing store option to propagate through to all RubyPorts Previously, the user would have to manually set access_backing_store=True on all R

[gem5-dev] Cron /z/m5/regression/do-regression quick

2015-02-26 Thread Cron Daemon via gem5-dev
scons: *** [build/ALPHA_MOESI_CMP_directory/python/m5/internal/param_ProbeListenerObject.py.fo] Error 1 scons: *** [build/ALPHA_MOESI_CMP_directory/python/m5/internal/param_ProbeListenerObject.py.o] Error 1 * build/ALPHA/tests/opt/quick/se/20.eio-short/alpha/eio/simple-timing passed.

Re: [gem5-dev] how can I add cache in tgen-simple-mem

2015-02-26 Thread Andreas Hansson via gem5-dev
Could it not be as simple as back pressure? The traffic generator can only send requests as fast as the port (crossbar in this case), can accept them. I suspect if you set the max time to some larger value it is all fine. Andreas On 26/02/2015 08:04, "Sensen Hu - EWI via gem5-dev" wrote: >tha

Re: [gem5-dev] how can I add cache in tgen-simple-mem

2015-02-26 Thread Sensen Hu - EWI via gem5-dev
thanks, Erfan. I see. But my TraceGen can't still traverse the whole tgen-simple-mem.trc file, while it only executes the first 4 instructions. Then it stops. I check the following simout file, shows that: Global frequency set at 1 ticks per second info: Entering event queue @ 0. St