Fix memtester to use functional access, fix cache to work functionally now that we...
authorRon Dreslinski <rdreslin@umich.edu>
Fri, 20 Oct 2006 01:07:53 +0000 (21:07 -0400)
committerRon Dreslinski <rdreslin@umich.edu>
Fri, 20 Oct 2006 01:07:53 +0000 (21:07 -0400)
commitcc1feb9f6ddf9d0a58365ffa9f7ae948bf19901d
treef047a74f12952938c446fc8bf44b63b90cc427d0
parent210e73f2a298d494e4b15a3bf0523e58369c00d2
Fix memtester to use functional access, fix cache to work functionally now that we could test it.

src/cpu/memtest/memtest.cc:
    Fix memtest to do functional accesses
src/mem/cache/cache_impl.hh:
    Fix cache to handle functional accesses properly based on memtester changes
    Still need to fix functional accesses in timing mode now that the memtester can test it.

--HG--
extra : convert_revision : a6dbca4dc23763ca13560fbf5d41a23ddf021113
src/cpu/memtest/memtest.cc
src/mem/cache/cache_impl.hh