Re: [gem5-users] Hardware Prefetching in Ruby Memory Model

2012-10-25 Thread Nilay Vaish
On Wed, 24 Oct 2012, Malek Musleh wrote: Hi Nilay, Yes I agree with those comments, which I is why I posted my question in the first place because it seemed a bit odd to have to prefetchers enabled/issued from the sequencer. Like I said, I have gotten the M5 prefetchers to work with ruby issui

Re: [gem5-users] Hardware Prefetching in Ruby Memory Model

2012-10-24 Thread Malek Musleh
Hi Nilay, Yes I agree with those comments, which I is why I posted my question in the first place because it seemed a bit odd to have to prefetchers enabled/issued from the sequencer. Like I said, I have gotten the M5 prefetchers to work with ruby issuing prefetches to the L1 from Sequencer, but

Re: [gem5-users] Hardware Prefetching in Ruby Memory Model

2012-10-24 Thread Nilay Vaish
On Tue, 16 Oct 2012, Malek Musleh wrote: Hi, I have a question about implementing prefetching with the Ruby Memory Model. Looking at the Sequencer.cc code, there is a comment about how hardware prefetches should be issued in the makeRequest() routine. Now, I can sort of understand why hardware