Hi,

In the goal of simulating a shared L1 cache, I would like to modify the
source code for the Gem5 cache to create a cache that always misses. What
might be a best approach? Should I just try to forward packets between the
CPU side and the mem side? Or should I try to somehow clear the valid bit
every time a write occurs? (This may be tricky as it might mess up some of
the functional and timing access codes in the cache) Or should I try to put
every request in the MSHR?

Thanks,
Haiyang
_______________________________________________
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to