CheckerCPU: Re-factor CheckerCPU to be compatible with current gem5

Brings the CheckerCPU back to life to allow FS and SE checking of the
O3CPU.  These changes have only been tested with the ARM ISA.  Other
ISAs potentially require modification.
This commit is contained in:
Geoffrey Blake
2012-01-31 07:46:03 -08:00
parent ade53def92
commit af6aaf2581
38 changed files with 1347 additions and 475 deletions

View File

@@ -137,7 +137,9 @@ if env['FULL_SYSTEM']:
Source('legiontrace.cc')
if env['USE_CHECKER']:
SimObject('DummyChecker.py')
Source('checker/cpu.cc')
Source('dummy_checker_builder.cc')
DebugFlag('Checker')
checker_supports = False
for i in CheckerSupportedCPUList: