SConscript (12396:3d04ea44fafb) SConscript (12397:a6d362560825)
1# -*- mode:python -*-
2
3# Copyright (c) 2012, 2017 ARM Limited
4# All rights reserved.
5#
6# The license below extends only to copyright in the software and shall
7# not be construed as granting a license to any other intellectual
8# property including but not limited to intellectual property relating

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

42# Only build the traffic generator if we have support for protobuf as the
43# tracing relies on it
44if env['HAVE_PROTOBUF']:
45 SimObject('TrafficGen.py')
46
47 Source('base_gen.cc')
48 Source('dram_gen.cc')
49 Source('dram_rot_gen.cc')
1# -*- mode:python -*-
2
3# Copyright (c) 2012, 2017 ARM Limited
4# All rights reserved.
5#
6# The license below extends only to copyright in the software and shall
7# not be construed as granting a license to any other intellectual
8# property including but not limited to intellectual property relating

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

42# Only build the traffic generator if we have support for protobuf as the
43# tracing relies on it
44if env['HAVE_PROTOBUF']:
45 SimObject('TrafficGen.py')
46
47 Source('base_gen.cc')
48 Source('dram_gen.cc')
49 Source('dram_rot_gen.cc')
50 Source('exit_gen.cc')
50 Source('idle_gen.cc')
51 Source('linear_gen.cc')
52 Source('random_gen.cc')
53 Source('trace_gen.cc')
54 Source('traffic_gen.cc')
55
56 DebugFlag('TrafficGen')
51 Source('idle_gen.cc')
52 Source('linear_gen.cc')
53 Source('random_gen.cc')
54 Source('trace_gen.cc')
55 Source('traffic_gen.cc')
56
57 DebugFlag('TrafficGen')