Re: [gem5-users] Error in running full system for X86

2017-11-17 Thread Kanad Basu
Thanks Gabe. What should I be doing with these .py files? On Fri, Nov 17, 2017 at 6:32 PM, Gabe Black wrote: > Hi Kanad, this was a bug. Could you please try out this change? > > https://gem5-review.googlesource.com/c/public/gem5/+/5781 > > Gabe > > On Wed, Nov 15, 2017 at

Re: [gem5-users] Error in running full system for X86

2017-11-17 Thread Kanad Basu
Thanks a lot Gabe. On Fri, Nov 17, 2017 at 6:41 PM, Gabe Black wrote: > If you want to try out the change before it gets committed, you'll want to > cherry-pick it into your local checkout of gem5 using the "DOWNLOAD" link > on the right hand side of that webpage. I'm

Re: [gem5-users] simulate() limit problem

2017-11-17 Thread Gabe Black
It's very likely your benchmark is stalling, and then with nothing more to do, the simulator races to the end of time (the largest number a uint64_t Tick can hold) and dies. Removing the check that fails gracefully at the end of time won't fix the problem, you need to figure out why the simulator