SConscript (4045:43eb54e807d1) SConscript (4046:ef34b290091e)
1# -*- mode:python -*-
2
3# Copyright (c) 2004-2005 The Regents of The University of Michigan
4# All rights reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions are
8# met: redistributions of source code must retain the above copyright

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

146 sim/root.cc
147 sim/serialize.cc
148 sim/sim_events.cc
149 sim/sim_object.cc
150 sim/startup.cc
151 sim/stat_context.cc
152 sim/stat_control.cc
153 sim/system.cc
1# -*- mode:python -*-
2
3# Copyright (c) 2004-2005 The Regents of The University of Michigan
4# All rights reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions are
8# met: redistributions of source code must retain the above copyright

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

146 sim/root.cc
147 sim/serialize.cc
148 sim/sim_events.cc
149 sim/sim_object.cc
150 sim/startup.cc
151 sim/stat_context.cc
152 sim/stat_control.cc
153 sim/system.cc
154 sim/trace_control.cc
155 ''')
156
157trace_reader_sources = Split('''
158 cpu/trace/reader/mem_trace_reader.cc
159 cpu/trace/reader/ibm_reader.cc
160 cpu/trace/reader/itx_reader.cc
161 cpu/trace/reader/m5_reader.cc
162 cpu/trace/opt_cpu.cc

--- 200 unchanged lines hidden ---
154 ''')
155
156trace_reader_sources = Split('''
157 cpu/trace/reader/mem_trace_reader.cc
158 cpu/trace/reader/ibm_reader.cc
159 cpu/trace/reader/itx_reader.cc
160 cpu/trace/reader/m5_reader.cc
161 cpu/trace/opt_cpu.cc

--- 200 unchanged lines hidden ---