blob: ad77009123a611bfd383150ed964a5f74a3445b7 [file] [log] [blame]
Import('*')
if env['CONF']['TARGET_ISA'] == 'null':
Return()
# 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')