summaryrefslogtreecommitdiff
path: root/cpu/cpu_models.py
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/cpu_models.py')
-rw-r--r--cpu/cpu_models.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpu/cpu_models.py b/cpu/cpu_models.py
index 8912673f7..2b1ae6277 100644
--- a/cpu/cpu_models.py
+++ b/cpu/cpu_models.py
@@ -74,4 +74,7 @@ CpuModel('OzoneSimpleCPU', 'ozone_simple_exec.cc',
CpuModel('OzoneCPU', 'ozone_exec.cc',
'#include "cpu/ozone/dyn_inst.hh"',
{ 'CPU_exec_context': 'OzoneDynInst<OzoneImpl>' })
+CpuModel('CheckerCPU', 'checker_cpu_exec.cc',
+ '#include "cpu/checker/cpu.hh"',
+ { 'CPU_exec_context': 'CheckerCPU' })