Deleted Added
sdiff udiff text old ( 4007:8c3bfad8bb92 ) new ( 4042:dbd98b2264ed )
full compact
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

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

128 mem/cache/tags/split_lru.cc
129
130 mem/cache/cache_builder.cc
131
132 python/swig/init.cc
133 python/swig/debug_wrap.cc
134 python/swig/main_wrap.cc
135 python/swig/event_wrap.cc
136 python/swig/pyevent.cc
137
138 sim/builder.cc
139 sim/debug.cc
140 sim/eventq.cc
141 sim/faults.cc
142 sim/main.cc
143 sim/param.cc
144 sim/root.cc
145 sim/serialize.cc
146 sim/sim_events.cc
147 sim/sim_object.cc
148 sim/startup.cc
149 sim/stat_context.cc
150 sim/stat_control.cc
151 sim/system.cc
152 sim/trace_context.cc
153 ''')
154
155trace_reader_sources = Split('''
156 cpu/trace/reader/mem_trace_reader.cc
157 cpu/trace/reader/ibm_reader.cc
158 cpu/trace/reader/itx_reader.cc
159 cpu/trace/reader/m5_reader.cc
160 cpu/trace/opt_cpu.cc

--- 200 unchanged lines hidden ---