blob: 223bbd1e51722c895b4352381fe9514a129c4dc5 [file] [log] [blame]
Import('*')
# Only build TraceCPU if we have support for protobuf as TraceCPU relies on it
SimObject('TraceCPU.py', sim_objects=['TraceCPU'], tags='protobuf')
Source('trace_cpu.cc', tags='protobuf')
DebugFlag('TraceCPUData')
DebugFlag('TraceCPUInst')