blob: 27d5fbe533ef3ad5c9ee10849796819b251ebf8a [file] [log] [blame]
Import('*')
if env['TARGET_ISA'] == 'null':
Return()
# Only build TraceCPU if we have support for protobuf as TraceCPU relies on it
if env['HAVE_PROTOBUF']:
SimObject('TraceCPU.py', sim_objects=['TraceCPU'])
Source('trace_cpu.cc')
DebugFlag('TraceCPUData')
DebugFlag('TraceCPUInst')