[gem5-users] Cache Trace Debugging

2018-11-16 Thread Tassneem Helal
Hello Everyone, I was wondering if there is any cache trace debugging flag that I can use to know the set and way of every time a cache block is a placed in a cache line, and if there is not such a thing, how can I do this? Sincerely, Tassneem Helal __

[gem5-users] Fwd: Adding new flags at decoder

2018-11-16 Thread Abhishek Singh
Hello everyone and Gabe, Do you have any information on this question? -- Forwarded message - From: Abhishek Singh Date: Wed, Nov 14, 2018 at 8:07 PM Subject: Adding new flags at decoder To: gem5 users mailing list Hello Everyone, I have added new instructions in SE x86 ISA,

[gem5-users] Support for multicore for X86 O3 CPU Full System with classical memory

2018-11-16 Thread Shehab Elsayed
Hello All, I am running into trouble running full system simulation with 2 X86 O3 cores and classical memory system where the system seems to get stuck during script execution. I read in other (relatively) old posts that multicore might not be supported for this configuration (X86-O3-classical me

Re: [gem5-users] Cache Trace Debugging

2018-11-16 Thread Jason Lowe-Power
Hi Tassneem, There are a number of cache debug flags. See https://gem5.googlesource.com/public/gem5/+/master/src/mem/cache/SConscript#44 or use gem5.opt --debug-help to see a list. There are likely more relevant debug flags in src/mem/cache/tags, too. Cheers, Jason On Fri, Nov 16, 2018 at 12:02