cpu: Tidy up the MemTest and make false sharing more obvious
authorAndreas Hansson <andreas.hansson@arm.com>
Wed, 11 Feb 2015 15:23:28 +0000 (10:23 -0500)
committerAndreas Hansson <andreas.hansson@arm.com>
Wed, 11 Feb 2015 15:23:28 +0000 (10:23 -0500)
commit6563ec863444ecd0191d4a3f015b78b06e2906a4
tree0b5c6c8803d3d590b5330281885cfb3ba0ec97f2
parent550c31849024a2184887df87aae39617ebfe0d6a
cpu: Tidy up the MemTest and make false sharing more obvious

The MemTest class really only tests false sharing, and as such there
was a lot of old cruft that could be removed. This patch cleans up the
tester, and also makes it more clear what the assumptions are. As part
of this simplification the reference functional memory is also
removed.

The regression configs using MemTest are updated to reflect the
changes, and the stats will be bumped in a separate patch. The example
config will be updated in a separate patch due to more extensive
re-work.

In a follow-on patch a new tester will be introduced that uses the
MemChecker to implement true sharing.
configs/example/memtest.py
src/cpu/testers/memtest/MemTest.py
src/cpu/testers/memtest/memtest.cc
src/cpu/testers/memtest/memtest.hh
tests/configs/memtest-filter.py
tests/configs/memtest-ruby.py
tests/configs/memtest.py