Re: [gem5-users] Reading wrong data from Cache

2014-05-05 Thread Zi Yan via gem5-users
Have you seen any other addresses written belong to the same block as address A? And you should enable Cache debug flag as well. That can tell you more about cache behavior. Are you running single core or multi-core system? Another core may also write to address A. -- Best Regards, Yan Zi

Re: [gem5-users] Reading wrong data from Cache

2014-05-04 Thread GE ZHIGUO via gem5-users
Are the write and read are to the CPU? If yes, I guess it should be a bug. From: gem5-users [mailto:gem5-users-boun...@gem5.org] On Behalf Of Vanchinathan Venkataramani via gem5-users Sent: Monday, May 05, 2014 12:01 PM To: gem5 users mailing list Subject: Re: [gem5-users] Reading wrong data

Re: [gem5-users] Reading wrong data from Cache

2014-05-04 Thread Vanchinathan Venkataramani via gem5-users
Since 10 is the last value written to address A, it has to read 10 from address A. However it reads value 20 from Address A On Mon, May 5, 2014 at 11:56 AM, GE ZHIGUO via gem5-users < gem5-users@gem5.org> wrote: > What did you mean by no data written to address A? > > > > > > *From:* gem5-users

Re: [gem5-users] Reading wrong data from Cache

2014-05-04 Thread GE ZHIGUO via gem5-users
What did you mean by no data written to address A? From: gem5-users [mailto:gem5-users-boun...@gem5.org] On Behalf Of Vanchinathan Venkataramani via gem5-users Sent: Sunday, May 04, 2014 12:06 AM To: gem5 users mailing list Subject: [gem5-users] Reading wrong data from Cache Hi all I'm looking