More cache fixes. Atomic coherence now works as well.
authorRon Dreslinski <rdreslin@umich.edu>
Wed, 11 Oct 2006 22:28:33 +0000 (18:28 -0400)
committerRon Dreslinski <rdreslin@umich.edu>
Wed, 11 Oct 2006 22:28:33 +0000 (18:28 -0400)
commit567afbf6ce5b2d6fe573878c39679e56a1bf5d15
treeae5caee54ed390314e88a6eaa1dcb988cad96556
parent03c42ea5904ea5f9f5e8d634f6bc61992abef746
More cache fixes.  Atomic coherence now works as well.

src/cpu/memtest/memtest.cc:
src/cpu/memtest/memtest.hh:
    Make Memtester able to test atomic as well
src/mem/bus.cc:
src/mem/bus.hh:
    Handle atomic snoops properly for cache->cache transfers
src/mem/cache/cache_impl.hh:
    Debug output.
    Clean up memleak in atomic mode.
    Set hitLatency.
    Still need to send back reasonable number for atomic return value.
src/mem/packet.cc:
    Add command strings for new commands
src/python/m5/objects/MemTest.py:
    Add param to test atomic memory.

--HG--
extra : convert_revision : 43f880e29215776167c16ea90793ebf8122c785b
src/cpu/memtest/memtest.cc
src/cpu/memtest/memtest.hh
src/mem/bus.cc
src/mem/bus.hh
src/mem/cache/cache_impl.hh
src/mem/packet.cc
src/python/m5/objects/MemTest.py