Re: [gem5-users] (no subject)

2019-05-07 Thread Muhammad Avais
Dear Abhishek, Many thanks for the useful response, I will try to modify clean victim eviction from "dcache". Many thanks, Best regards, Avais On Wed, May 8, 2019 at 5:21 AM Abhishek Singh < abhishek.singh199...@gmail.com> wrote: > Hi Muhammad, > > > If you want on L2 hit, the block

[gem5-users] Only dump stats when run is complete

2019-05-07 Thread siva sankar
Hi all, I observed that few of my gem5 runs got killed inbetween but the stats got dumped. Is there any way to dump stats only when the run is completed? Or is there any way to identify if the run got over successfully? PS: I am using a traffic generator. -- Thanks and regards Siva Sankar G

Re: [gem5-users] (no subject)

2019-05-07 Thread Abhishek Singh
Hi Muhammad, If you want on L2 hit, the block is invalidated from L2 cache and filled in Dcache and the rest behavior same as you explained in the diagram, you can use gem5's "most_excl" option in "gem5/src/mem/cache/Cache.py" file. You may need to take care of "clean victim" from dcache which