Searched hist:3309 (Results 1 - 1 of 1) sorted by relevance

/gem5/src/mem/
H A Dtport.cc3309:183edf675c27 Tue Oct 17 16:47:00 EDT 2006 Ron Dreslinski <rdreslin@umich.edu> Fixes to cache eliminating the assumption that the Packet is still valid after sending out a request.
Still need to rework upgrades into this system, but works for now.

src/mem/cache/base_cache.cc:
Re order code to be more readable
src/mem/cache/base_cache.hh:
Be sure to delete the copy on a bus block
src/mem/cache/cache_impl.hh:
Be sure to remove the copy on a writeback success
src/mem/cache/miss/mshr_queue.cc:
Demorgans to make it easier to understand
src/mem/tport.cc:
Delete writebacks

Completed in 20 milliseconds