Re: [gem5-users] Snoop filter panic when bypassing blocks to MM

2019-09-23 Thread Richard Brown
Hi everyone, I am getting similar issues with my implementation. I am getting a panic error when I bypass a block from private level to main memory, I also asumed a block is written to public level only from private level victimizing and does not from main memory filling. Any suggestion? Thanks i

[gem5-users] Debug-flag to trace only D-TLB transactions - GEM5 (AMD-APU)

2019-09-23 Thread GAURAV JAIN
I have been looking at the debug flags for debugging in amd-gem5. When I turn on the TLB flag, it traces all TLB transactions - Instruction and Data. Is there a way to only get the Data-TLB transactions and not the Instruction ones (the latter tends to blow up the trace file size very quickly) ?

[gem5-users] Question about multi-program simulation using spec2006

2019-09-23 Thread yuan
Hi, All, I am trying multi program simulation using spec2006 benchmarks. When I configure a multicore system and assign each core a different benchmark, I find that eventually there are only part of the cores are working. That means eventually there are only 1 or 2 cores has statistics, but the

[gem5-users] O3 LSQ operation

2019-09-23 Thread Shehab Elsayed
Hello All, First of all, I should point out that this is related to a previous question I have posted in https://www.mail-archive.com/gem5-users@gem5.org/msg16701.html but I believe the discussion has diverted from the initial problem so I thought it might be a good idea to start another thread.