Minor functionality updates.
authorKevin Lim <ktlim@umich.edu>
Fri, 21 Jul 2006 19:46:12 +0000 (15:46 -0400)
committerKevin Lim <ktlim@umich.edu>
Fri, 21 Jul 2006 19:46:12 +0000 (15:46 -0400)
commitbf90e1dbde78906b2d2831c123166ce19cf0ec53
treeeb8c710612dad8a28c805131084a6fe0253c2dd1
parentbd33d8d4ac43569f0c163b35aae13d2677faa875
Minor functionality updates.

SConstruct:
    Include an option to specify the CPUs being tested.
src/cpu/SConscript:
    Checker isn't SMT right now, so don't do SMT tests with the O3CPU if we're using the checker.
src/python/m5/objects/O3CPU.py:
    Include default options.  Unfortunately FullO3Config.py is still needed because it specifies which FUPool is being used.
tests/SConscript:
    Several minor updates (sorry for one commit).  Updated the copyright and fixed some m5 style issues.  Also added the ability to specify which CPUs to run the tests on.

--HG--
extra : convert_revision : b0b801115705544ea02e572e31314f7bb8b5f0f2
SConstruct
src/cpu/SConscript
src/python/m5/objects/O3CPU.py
tests/SConscript