cpu: O3 add a header declaring the DerivO3CPU
[gem5.git] / src / cpu / NativeTrace.py
index 7fd240543b121c8456cafd856140a9b14278a613..fbcb341f0029502ad0f70f7df09ff8472757ca87 100644 (file)
 
 from m5.SimObject import SimObject
 from m5.params import *
-from InstTracer import InstTracer
+from ExeTracer import ExeTracer
 
-class NativeTrace(InstTracer):
+class NativeTrace(ExeTracer):
     abstract = True
     type = 'NativeTrace'
     cxx_class = 'Trace::NativeTrace'
+    cxx_header = "cpu/nativetrace.hh"