Fixes to cache eliminating the assumption that the Packet is still valid after sendin...
authorRon Dreslinski <rdreslin@umich.edu>
Tue, 17 Oct 2006 20:47:22 +0000 (16:47 -0400)
committerRon Dreslinski <rdreslin@umich.edu>
Tue, 17 Oct 2006 20:47:22 +0000 (16:47 -0400)
commit4fff6d460311d77e0056a546df41366d5a3b4604
treee53419f2e4c6c38ff874e144d22fabeb9f637e6d
parent6e8bfa4e63cd09b065b77166577104c06636b6f3
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

--HG--
extra : convert_revision : 9519fb37b46ead781d340de29bb342a322a6a92e
src/mem/cache/base_cache.cc
src/mem/cache/base_cache.hh
src/mem/cache/cache_impl.hh
src/mem/cache/miss/mshr_queue.cc
src/mem/tport.cc