Fix corner case on assertion.
authorRon Dreslinski <rdreslin@umich.edu>
Fri, 20 Oct 2006 01:26:46 +0000 (21:26 -0400)
committerRon Dreslinski <rdreslin@umich.edu>
Fri, 20 Oct 2006 01:26:46 +0000 (21:26 -0400)
commit780aa0a0ebb765781a31d0fb58257b1efb1f324a
treeae6dbaca9ea90d3fa7ed3b16c633229a7f995dd0
parentcc1feb9f6ddf9d0a58365ffa9f7ae948bf19901d
Fix corner case on assertion.
I need to move over to using the fixPacket function so I don't have to make the same changes everywhere.
Still a functional access bug someplace I need to track down in timing mode.

src/mem/cache/base_cache.cc:
src/mem/cache/cache_impl.hh:
    Fix corner case on assertion
tests/configs/memtest.py:
    Updated memtester with uncacheable addresses and functional accesses

--HG--
extra : convert_revision : e6fa851621700ff9227b83cc5cac20af4fc8444f
src/mem/cache/base_cache.cc
src/mem/cache/cache_impl.hh
tests/configs/memtest.py