Re: [gem5-users] Adding a Cache Layer

2012-10-04 Thread Nilay Vaish
On Sun, 30 Sep 2012, Mann Mann wrote: Hi All I am working on GEM5 for my project. objective is to explore various Cache Architectures on multiprocessor systems. My aim to add a Cache layer on MESI protocol, I have gone through GEM5 source number of times, but couldnt identify where to start. I

[gem5-users] Adding a Cache Layer

2012-09-29 Thread Mann Mann
Hi All I am working on GEM5 for my project. objective is to explore various Cache Architectures on multiprocessor systems. My aim to add a Cache layer on MESI protocol, I have gone through GEM5 source number of times, but couldnt identify where to start. I mean what files to be modified. Regards