Update the Memtester, commit a config file/test for it.
authorRon Dreslinski <rdreslin@umich.edu>
Mon, 9 Oct 2006 04:26:10 +0000 (00:26 -0400)
committerRon Dreslinski <rdreslin@umich.edu>
Mon, 9 Oct 2006 04:26:10 +0000 (00:26 -0400)
commit6c7ab02682aba37c173962ec907b97483625d18b
tree5f28f9b8b89138b272a4231393b7c3dbbebbf7a0
parent0a3e4d56e5d7d9aad4a34dc561a5b4fa84337c5f
Update the Memtester, commit a config file/test for it.

src/cpu/SConscript:
    Add memtester to the compilation environment.
    Someone who knows this better should make the MemTest a cpu model parameter.

    For now attached with the build of o3 cpu.
src/cpu/memtest/memtest.cc:
src/cpu/memtest/memtest.hh:
    Update Memtest for new mem system
src/python/m5/objects/MemTest.py:
    Update memtest python description

--HG--
extra : convert_revision : d6a63e08fda0975a7abfb23814a86a0caf53e482
src/cpu/SConscript
src/cpu/memtest/memtest.cc
src/cpu/memtest/memtest.hh
src/python/m5/objects/MemTest.py
tests/configs/memtest.py [new file with mode: 0644]
tests/quick/50.memtest/test.py [new file with mode: 0644]