cpu: Add header files for checker CPUs

In order to create reliable SWIG wrappers, we need to include the
declaration of the wrapped class in the SWIG file. Previously, we
didn't expose the declaration of checker CPUs. This patch adds header
files for such CPUs and include them in the SWIG wrapper.

--HG--
rename : src/cpu/dummy_checker_builder.cc => src/cpu/dummy_checker.cc
rename : src/cpu/o3/checker_builder.cc => src/cpu/o3/checker.cc
This commit is contained in:
Andreas Sandberg
2012-11-02 11:32:01 -05:00
parent df02047d5a
commit ebe65a394b
8 changed files with 124 additions and 39 deletions

View File

@@ -127,7 +127,7 @@ if env['TARGET_ISA'] == 'sparc':
SimObject('DummyChecker.py')
Source('checker/cpu.cc')
Source('dummy_checker_builder.cc')
Source('dummy_checker.cc')
DebugFlag('Checker')
DebugFlag('Activity')