SConscript (12641:4c67bbebe381) SConscript (12642:d0ce95094a54)
1# Copyright (c) 2018 ARM Limited
2# All rights reserved.
3#
4# The license below extends only to copyright in the software and shall
5# not be construed as granting a license to any other intellectual
6# property including but not limited to intellectual property relating
7# to a hardware implementation of the functionality of the software
8# licensed hereunder. You may use the software subject to the license

--- 28 unchanged lines hidden (view full) ---

37# Giacomo Travaglini
38
39Import('*')
40
41if env['TARGET_ISA'] == 'arm':
42 SimObject('TarmacTrace.py')
43 Source('tarmac_base.cc')
44 Source('tarmac_parser.cc')
1# Copyright (c) 2018 ARM Limited
2# All rights reserved.
3#
4# The license below extends only to copyright in the software and shall
5# not be construed as granting a license to any other intellectual
6# property including but not limited to intellectual property relating
7# to a hardware implementation of the functionality of the software
8# licensed hereunder. You may use the software subject to the license

--- 28 unchanged lines hidden (view full) ---

37# Giacomo Travaglini
38
39Import('*')
40
41if env['TARGET_ISA'] == 'arm':
42 SimObject('TarmacTrace.py')
43 Source('tarmac_base.cc')
44 Source('tarmac_parser.cc')
45 Source('tarmac_tracer.cc')
46 Source('tarmac_record.cc')
47 Source('tarmac_record_v8.cc')