Re: [gem5-users] Manipulation data in Cache with Gem5

2017-01-22 Thread Muhammed Emin Öztürk
Dear Jason I am trying to add event in cache.cc and cache.hh but somehow i am getting error. I will be appreciate if you can explain in detail for me. Thank you so much for your help. Best Emin.. 15 Oca 2017 Paz, 15:27 tarihinde, Jason Lowe-Power şunu yazdı: > Hi Emin, > > I just wrote a

Re: [gem5-users] Manipulation data in Cache with Gem5

2017-01-15 Thread Jason Lowe-Power
Hi Emin, I just wrote a chapter in my book on events. Maybe that will help you out. http://learning.gem5.org/book/part2/events.html If you need more information, I would dig into the event code. It's some of the best documented code in gem5... Cheers, Jason On Sat, Jan 14, 2017 at 5:11 AM Muham

Re: [gem5-users] Manipulation data in Cache with Gem5

2017-01-12 Thread Muhammed Emin Öztürk
Dear Jason I would like to thank you for your help. I am beginner at Gem5 and do not know Event concept comprehensively. Can you explain it a little further ? I really appreciate you for helping. Best Emin.. 9 Ara 2016 Cum, 10:29 tarihinde, Jason Lowe-Power şunu yazdı: > Hi Emin, > > You

Re: [gem5-users] Manipulation data in Cache with Gem5

2016-12-09 Thread Jason Lowe-Power
Hi Emin, You can start by looking at the cache code in src/mem/cache. It should be pretty obvious where the data is stored (e.g., see line 77 in cache.hh). If you wanted to randomly corrupt some data, you could add a new event that fires at a random interval and chooses a block to corrupt, as an e

[gem5-users] Manipulation data in Cache with Gem5

2016-12-08 Thread Muhammed Emin Öztürk
Hello I need to access data in cache and manipulate it for injecting fault into application. I am working on the research project about fault tolerance in hpc and need to observe cache level data . I would like to get your help and your suggestion about it. I will be grateful if you can help