[gem5-users] Dumping stats into individual files

2021-02-28 Thread Subhankar Pal via gem5-users
Hi, I am using gem5 se.py to run some simulations. Is there a simple way to dump the stats into different files each time I call m5_dump_stats(…)? I.e. I want the stats files to be organized as stats.1.txt, stats.2.txt, … instead of one monolithic stats.txt. Thanks! Subhankar Pal | PhD

Re: [gem5-users] Debugging std::bad_alloc memory errors in gem5

2020-03-25 Thread Subhankar Pal
Thank you, Ciro. Turned out that by disabling most of the (classic) cache stat handlers, I was able to free up a lot of memory. Subhankar Pal | PhD Candidate, CSE | University of Michigan On March 25, 2020 at 4:38:52 AM, Ciro Santilli (ciro.santi...@gmail.com) wrote: I would try to put

[gem5-users] Debugging std::bad_alloc memory errors in gem5

2020-03-24 Thread Subhankar Pal
t which memObject the allocation fails for? I have tried invoking gem5.opt with gdb, but I don’t get a backtrace, presumably because the failure happens in a Python function call. Thank for any help. Subhankar Pal | PhD Candidate, CSE | University of Michigan ___

[gem5-users] Zero cost print for debugging/profiling code in se.py

2020-01-10 Thread Subhankar Pal
better suggestions? Thanks in advance! Subhankar Pal | PhD Candidate, CSE | University of Michigan ___ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Re: [gem5-users] Spurious remote gdb connections

2019-04-20 Thread Subhankar Pal
I will try it out. I appreciate the help. -- Subhankar Pal On April 20, 2019 at 4:40:41 PM, Pouya Fotouhi (pfoto...@ucdavis.edu) wrote: Subhankar, As Gabe mentioned, you should simply disable listeners (set --remote-gdb-port=0 with your gem5 binary) IF you are not inspecting your simulations

Re: [gem5-users] Spurious remote gdb connections

2019-04-20 Thread Subhankar Pal
Could someone please help with this issue? -- Subhankar Pal On March 31, 2019 at 10:42:22 AM, Subhankar Pal (s...@umich.edu) wrote: Hi, I am running simulations on a modified se.py multi-CPU config on the Arm ISA. I am running custom benchmarks coded in C++. For some of my long-running

[gem5-users] Running SPLASH-2 with Alpha on SE mode

2017-11-02 Thread Subhankar Pal
your architecture"* >From a survey of previous posts in the mailing list, it seemed that m5threads is not supported for Alpha. Is it still the case, or is there a workaround for it? Thanks in advance. -- Subhankar Pal ___ gem5-users mailing li

[gem5-users] Mapping threads to CPUs in SE mode

2017-09-20 Thread Subhankar Pal
ards, Subhankar Pal ___ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Re: [gem5-users] Device size vs. Address Range Assigned

2017-03-28 Thread Subhankar Pal
Hi Muzamil, It probably means that the size of your memory divided by the number of memory devices is 256 MB, whereas the device_size of your memory is 8 MB. You need to make sure that these two number must be equal. - Subhankar On March 28, 2017 at 3:39:53 PM, Muzamil Rafique (

[gem5-users] Error while simulating GDDR5 memory

2017-03-27 Thread Subhankar Pal
/dram_ctrl.cc:2107: void DRAMCtrl::Rank::processWakeUpEvent(): Assertion `(pwrState == PWR_ACT_PDN) || (pwrState == PWR_PRE_PDN) || (pwrState == PWR_SREF)' failed.* Can someone help me on how to fix this error? Thank you! Subhankar Pal ___ gem5-users mailing list

[gem5-users] Disabling cache coherence

2017-03-20 Thread Subhankar Pal
Hi, Is there an better way to turn off cache coherence in the classic memory model, than to hack the code in src/mem/cache/? I know that that there exists a noncoherent XBar model, but couldn’t find an equivalent for caches. Thank you! - Subhankar ___

[gem5-users] Simulating a multi-ported XBar-cache connection

2017-02-14 Thread Subhankar Pal
to go from XBar to cache and vice versa). How do I achieve this? Also, I would like to know how to simulate multiple channels in the main memory. Any pointers/explanation is highly appreciated. Thanks in advance for your help! Subhankar Pal | Computer Science & Engineering | Univer

[gem5-users] Simulating a multi-ported XBar-cache connection

2017-02-13 Thread Subhankar Pal
to go from XBar to cache and vice versa). How do I achieve this? Also, I would like to know how to simulate multiple channels in the main memory. Any pointers/explanation is highly appreciated. Thanks in advance for your help! Subhankar Pal ___ gem5-users