[gem5-users] Count misses in a cycle

2019-09-16 Thread Rosen Lu
Hi All, I am trying to count the maximum number of misses that can be occurred during the same cycle in O3. Do you have any suggestion about how to implement it? Thanks in advance for your help. ___ gem5-users mailing list gem5-users@gem5.org

Re: [gem5-users] Indeterministic gem5 behavior

2019-09-16 Thread Shehab Elsayed
I ran some more tests and it doesn't always break at the same instruction ( MOV_R_M). However, what seems to be common is that the instruction causing the problem (let's call it instruction A) conflicts with another instruction in the 'checkSnoop' function in 'src/cpu/o3/lsq_unit_impl.hh'.

Re: [gem5-users] X86 full system run stuck at mounting file systems

2019-09-16 Thread Jason Lowe-Power
Hello, Hmm... this is surprising since that commit only adds functionality (it actually implements those instructions). This could be something to do with the classic memory system. In Ruby, all DMAs are coherent. I'm not sure that's true in the classic caches. >From what I can tell, the

[gem5-users] MatEx-Gem5

2019-09-16 Thread DURAIRAJ J
Hello, I am using the latest stable version of gem5. I have trouble working with MatEx. Does anyone have any experience in working with MatEx Temperature measurement Model with Gem5? I have no idea on how to start with MatEx, can anyone guide me through it? Thanks & Regards,

Re: [gem5-users] X86 full system run stuck at mounting file systems

2019-09-16 Thread Eleanor
Hi Gabe, I get this warning in stdout: "warn: MOVNTI: Ignoring non-temporal hint, modeling as cacheable!" At this point the gem5 gets stuck (at mounting filesystems). Coincidentally, the simulation also gets stuck at that warning when my colleague runs this command : $GEM5_DIR/build/X86/gem5.opt