Re: [gem5-users] Expanding Disk Image for FS Mode

2019-04-20 Thread Seeley, Justin P
Thank you Ciro. Are you aware of a way to install a program like you would normally on linux using something like: $ sudo apt-get install r-base but for a partition in a disk image, so that everything is set up correctly on the disk image I am using for gem5? I cannot just copy over my R

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

Re: [gem5-users] Error during gem5 full system simulation with DerivO3CPU

2019-04-20 Thread Abhishek Singh
Use an older commit It solves the problem On Sat, Apr 20, 2019 at 1:48 PM ABHISHEK BHATTACHARYYA < abhattach...@wisc.edu> wrote: > Hi > > I am trying to run a full system simulation with DerivO3CPU and a mesh > interconnect model from garnet2.0. However, the simulation fails giving the >

[gem5-users] Error during gem5 full system simulation with DerivO3CPU

2019-04-20 Thread ABHISHEK BHATTACHARYYA
Hi I am trying to run a full system simulation with DerivO3CPU and a mesh interconnect model from garnet2.0. However, the simulation fails giving the following error message. Any idea what can be wrong? build/X86_MESI_Two_Level/mem/packet.hh:1047: T* Packet::getPtr() [with T = unsigned char]:

Re: [gem5-users] Debug prints in FS mode using script

2019-04-20 Thread ABHISHEK BHATTACHARYYA
Thanks, Jason. From: gem5-users on behalf of Jason Lowe-Power Sent: Monday, April 15, 2019 6:35 PM To: gem5 users mailing list Subject: Re: [gem5-users] Debug prints in FS mode using script That's ticks. You would have to divide by the cycle time to get cycles.

Re: [gem5-users] Expanding Disk Image for FS Mode

2019-04-20 Thread Ciro Santilli
Since this question is mostly gem5 agnostic, I would also recommend thoroughly searching Stack Exchange as well, e.g.: https://superuser.com/questions/693158/can-i-expand-the-size-of-a-file-based-disk-image Another thing you might be able to do is to put your additions on a separate image as