[gem5-users] gem5 SE scheduling and virtual memory management

2018-11-10 Thread Jasmin Jahic
Dear all, I am working with gem5 SE and pthreads. I would like to verify if I have the proper understanding of the pthreads concepts in gem5. I hope you can help and discuss the points below. There is a presentation "Supporting native pthreads in syscall emulation mode" on gem5 website, but I

[gem5-users] Regression Test Always Fails, Cannot Find Path

2018-11-10 Thread 梁政
Thanks a lot. By the way, I want to know how to run regression tests. It seems the regression test depends on SPEC CPU2000 heavily. I have the SPEC CPU2000 & 2006 suite. But I still don't understand how to make it work... The document site http://gem5.org/SPEC_benchmarks provides such

Re: [gem5-users] How to modify the Cache Timing Model ?

2018-11-10 Thread Daniel Carvalho
Hello Liang, The cache timing model is something that me, Jason and Nikos have been recently discussing. You can follow part of the discussion on the following links: https://gem5-review.googlesource.com/c/public/gem5/+/13697 and https://gem5-review.googlesource.com/c/public/gem5/+/13835.

Re: [gem5-users] Doubts in packet and request

2018-11-10 Thread Sarabjeet Singh
On Sat, Nov 10, 2018, 12:05 Riddhi Thakker wrote: > Hello all, > > I have observed that when I run benchmarks, the size of the packet is > always 64 bytes. Where as if I run small SE programs the sizes turns out to > be different. If I call an instruction of 'int' size, it will not call the >