Hi
In cache_impl.hh, there are two insertBlock()

http://repo.gem5.org/gem5/file/f51b4b4f0d5e/src/mem/cache/cache_impl.hh#l326
http://repo.gem5.org/gem5/file/f51b4b4f0d5e/src/mem/cache/cache_impl.hh#l1080

The first one is called upon a writeback function. Also from the
comment available for the second one, that is for writeback too.

So I want to know isn't there any insertBlock() for a read request? I
mean, on a demand miss on L2, a block is read from memory and then
inserted to L2. I can not find such insertion procedure.

Thanks for any help
--
// Naderan *Mahmood;
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to