SConscript (4078:3f73f808bbd4) | SConscript (4123:9c80390ea1bb) |
---|---|
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 --- 117 unchanged lines hidden (view full) --- 126 mem/cache/tags/repl/repl.cc 127 mem/cache/tags/split.cc 128 mem/cache/tags/split_lifo.cc 129 mem/cache/tags/split_lru.cc 130 131 mem/cache/cache_builder.cc 132 133 python/swig/init.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 --- 117 unchanged lines hidden (view full) --- 126 mem/cache/tags/repl/repl.cc 127 mem/cache/tags/split.cc 128 mem/cache/tags/split_lifo.cc 129 mem/cache/tags/split_lru.cc 130 131 mem/cache/cache_builder.cc 132 133 python/swig/init.cc |
134 python/swig/core_wrap.cc |
|
134 python/swig/debug_wrap.cc | 135 python/swig/debug_wrap.cc |
135 python/swig/main_wrap.cc | |
136 python/swig/event_wrap.cc 137 python/swig/random_wrap.cc | 136 python/swig/event_wrap.cc 137 python/swig/random_wrap.cc |
138 python/swig/sim_object_wrap.cc |
|
138 python/swig/stats_wrap.cc 139 python/swig/trace_wrap.cc 140 python/swig/pyevent.cc | 139 python/swig/stats_wrap.cc 140 python/swig/trace_wrap.cc 141 python/swig/pyevent.cc |
142 python/swig/pyobject.cc |
|
141 | 143 |
144 sim/async.cc |
|
142 sim/builder.cc | 145 sim/builder.cc |
146 sim/core.cc |
|
143 sim/debug.cc 144 sim/eventq.cc 145 sim/faults.cc 146 sim/main.cc 147 sim/param.cc 148 sim/root.cc 149 sim/serialize.cc 150 sim/sim_events.cc 151 sim/sim_object.cc | 147 sim/debug.cc 148 sim/eventq.cc 149 sim/faults.cc 150 sim/main.cc 151 sim/param.cc 152 sim/root.cc 153 sim/serialize.cc 154 sim/sim_events.cc 155 sim/sim_object.cc |
156 sim/simulate.cc |
|
152 sim/startup.cc 153 sim/stat_control.cc 154 sim/system.cc 155 ''') 156 157trace_reader_sources = Split(''' 158 cpu/trace/reader/mem_trace_reader.cc 159 cpu/trace/reader/ibm_reader.cc --- 203 unchanged lines hidden --- | 157 sim/startup.cc 158 sim/stat_control.cc 159 sim/system.cc 160 ''') 161 162trace_reader_sources = Split(''' 163 cpu/trace/reader/mem_trace_reader.cc 164 cpu/trace/reader/ibm_reader.cc --- 203 unchanged lines hidden --- |