Re: [gem5-users] Requests to Main Memory

2017-02-08 Thread Mohammad Reza Jokar
vTimingReq(). You may learn something from this chapter of my book: > http://learning.gem5.org/book/part2/memoryobject.html. The caches and the > memory controllers are just MemObj's. > > Cheers, > Jason > > On Wed, Feb 8, 2017 at 8:57 AM Mohammad Reza Jokar <jokar@gma

[gem5-users] Requests to Main Memory

2017-02-08 Thread Mohammad Reza Jokar
Dear all, When we experience a cache miss at last level cache, we should send a request to main memory and ask for the missed block. I was wondering if you could help me find a file or function that does send requests to main memory (and receive responses from that.) Thank you. Reza

[gem5-users] Assign an specific memory address range to each program (core)

2017-01-27 Thread Mohammad Reza Jokar
Dear all, I would like to simulate a 4-core system in SE mode to run SPEC-CPU2006 multi-program workloads (run 4-program workloads, one program on each core). Is there any way to assign an specific memory address range to each program? I could not find any file that does the initial memory