[gem5-users] DRAM Bank Configuration in gem5

2017-12-15 Thread Kaustav Goswami
Hello, I am working with DRAM configuration on gem5. My aim is to look closely the bank configurations in gem5's DRAM architecture. Where would I find the architectural configurations of DRAM banks like bank arrangement topology as my aim is to modify bank status during simulation. I would really

[gem5-users] Simple code in SE mode

2017-12-15 Thread Debasish Mukherjee
Hello, I am executing a code with simple integer swapping function with gem5. I want to know the exact step when the program starts execution from the main after the startup of gem5 in SE. Does anybody know how can I do this? Regards Debasish ___

Re: [gem5-users] SPEC2017 on gem5 SE mode

2017-12-15 Thread Jasmin Jahic
Hmm, interesting. Can you please keep posting the info about your progress? On Fri, Dec 15, 2017 at 10:05 PM, Mohammad Khasawneh < mkhas...@binghamton.edu> wrote: > I’m running only 1 thread and 1 copy of each program. I'm going over them > individually and testing different compilation flags.

Re: [gem5-users] SPEC2017 on gem5 SE mode

2017-12-15 Thread Mohammad Khasawneh
I’m running only 1 thread and 1 copy of each program. I'm going over them individually and testing different compilation flags. As of now, just reducing the optimization level from O3 to O2 seems to have worked on a couple of them. Thank you, Mohammad From: Jasmin Jahic Sent: Friday, December

Re: [gem5-users] SPEC2017 on gem5 SE mode

2017-12-15 Thread Jasmin Jahic
Hello, do you run SPEC with 1 or more threads? Best regards, Jasmin On Fri, Dec 15, 2017 at 4:57 PM, Mohammad Khasawneh wrote: > Hello, > > > > I’m trying to get SPEC2017 to run in SE mode (X86) as SPEC2006 did, so far > the only benchmark that ran to completion is

Re: [gem5-users] [EXT] Re: Running Dist-gem5

2017-12-15 Thread Vitorio Cargnini (lcargnini)
Thanks Mohammad, Everything it is working now. However, a question, how do I can capture the ‘virtual terminal.’ because I the script I passed was supposed to run /bin/hostname and /bin/date, then call m5 exit. So where can I observe the terminal output? Also, can I use checkpoints from my

[gem5-users] SPEC2017 on gem5 SE mode

2017-12-15 Thread Mohammad Khasawneh
Hello, I’m trying to get SPEC2017 to run in SE mode (X86) as SPEC2006 did, so far the only benchmark that ran to completion is 505.mcf_r with no modifications to the basic config file. Here is what I did: 1. Compiled benchmarks statically (although it seems this is no longer a requirement on