Re: [gem5-users] Ruby functional read fails and potential fix

2020-04-09 Thread Shehab Elsayed
Hi Ciro, Thank you for your reply. Looks like this patch does address the problem I mentioned along with some other ones. Thanks for sharing. Best Regards, Shehab On Thu, Apr 9, 2020 at 1:45 PM Ciro Santilli wrote: > Thanks for this Shehab, > > Could you compare your changes to this

Re: [gem5-users] Ruby functional read fails and potential fix

2020-04-09 Thread Ciro Santilli
Thanks for this Shehab, Could you compare your changes to this patchset: https://gem5-review.googlesource.com/c/public/gem5/+/22022/1 On Thu, Apr 9, 2020 at 6:22 PM Shehab Elsayed wrote: > > Hello All, > > I was running some experiments and I ran into a problem with ruby where a > functional

[gem5-users] Ruby functional read fails and potential fix

2020-04-09 Thread Shehab Elsayed
Hello All, I was running some experiments and I ran into a problem with ruby where a functional read was failing. After some investigation I found that the reason was that the functional read was trying to read a line that was in a MaybeStale state (no ReadOnly or ReadWrite versions). I