Re: [gem5-users] Cache coherence modelling in GEm5/Ruby

2020-02-28 Thread Javed Osmany
Thank you for the pointer. From: gem5-users [mailto:gem5-users-boun...@gem5.org] On Behalf Of Daniel Gerzhoy Sent: 28 February 2020 13:58 To: gem5 users mailing list Subject: Re: [gem5-users] Cache coherence modelling in GEm5/Ruby Look here at the learning gem5 section on the website. There's

Re: [gem5-users] Cache coherence modelling in GEm5/Ruby

2020-02-28 Thread Daniel Gerzhoy
Look here at the learning gem5 section on the website. There's a subsection all about cache coherence that does a great job of explaining it. http://www.gem5.org/documentation/learning_gem5/introduction/ On Fri, Feb 28, 2020 at 6:49 AM Javed Osmany wrote: > Hi > > > > I want to start modelling

[gem5-users] Cache coherence modelling in GEm5/Ruby

2020-02-28 Thread Javed Osmany
Hi I want to start modelling a multicore architecture in GEM5/Ruby to explore cache coherence protocols. Currently I want to model snoop based coherence protocol - Is this supported in Ruby? Also, any pointers to get started on the cache coherence modelling in GEM5/Ruby would be much