Thanks for the reply, I will try to do it. I am already trying to figure out the interconnections between buses ans caches and the implementation of the data structures for the caches. Rodrigo
Date: Mon, 30 Mar 2015 03:16:58 +0300 From: [email protected] To: [email protected] Subject: Re: [gem5-users] Add new structures between caches Hello,try checking file src/mem/protocol/MOESI_CMP_directory-L1cache.sm You can change the FSM of your L1 cache there using SLICC. That could be one way to do it. On 23 March 2015 at 20:07, Rodrigo Reynolds Ramírez <[email protected]> wrote: Hello everyone, I am working with cache strategies, I am working with Ruby, specifically with the MOESI_CMP_DIRECTORY policy. I need to add a "buffer" between L1 and L2 (LLC). This buffer will decide is a block goes into L2 or not. I am really lost trying to add this buffer. Could somebody advice me about a good point to start? Thanks a lot, Rodrigo _______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users _______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
