[gem5-users] Re: How to find the address range of an ARM IO device

2021-07-06 Thread Giacomo Travaglini via gem5-users
Hi, > -Original Message- > From: Md Rubel Ahmed via gem5-users > Sent: 05 July 2021 22:24 > To: gem5 users mailing list > Cc: Md Rubel Ahmed > Subject: [gem5-users] How to find the address range of an ARM IO device > > Greetings, > > I was trying to get the address range of each device

[gem5-users] Custom SimObject Causes Host Machine to Freeze

2021-07-06 Thread Thomas, Samuel via gem5-users
Hi all, I'm writing because I'm working with a custom SimObject that I wrote that seems to crash my host machine. I know it's this particular SimObject because the script works as expected when run without the object, but it makes debugging an excruciatingly difficult process. Is this an issue th

[gem5-users] Re: Custom SimObject Causes Host Machine to Freeze

2021-07-06 Thread Jason Lowe-Power via gem5-users
Hi Sam, My suggestion would be to use gdb. You can run gem5 in gdb and then use ctrl-c to stop the execution and see where the program is getting stuck. Also, enabling debug flags (or just good ole printf debugging) can also be useful in these cases. Another option with gdb would be to put breakp

[gem5-users] Configuration for recent ARM v8?

2021-07-06 Thread Eliot Moss via gem5-users
Dear gem5-ers ... I am working on some full system simulations of ARM v8 that I hope to head toward publication, and thus would prefer to use processor and system configurations similar to recent offerings, say maybe the Cortex A77 (not necessarily that specific model, but something new enough to

[gem5-users] Re: Configuration for recent ARM v8?

2021-07-06 Thread Eliot Moss via gem5-users
On 7/6/2021 12:42 PM, Eliot Moss via gem5-users wrote: > Dear gem5-ers ... > > I am working on some full system simulations of ARM v8 that I hope to head > toward publication, and thus would prefer to use processor and system > configurations similar to recent offerings, say maybe the Cortex A77 (