SConscript (3960:1dca397b2bab) SConscript (3970:d54945bab95d)
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

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

110 mem/cache/coherence/uni_coherence.cc
111 mem/cache/miss/blocking_buffer.cc
112 mem/cache/miss/miss_buffer.cc
113 mem/cache/miss/miss_queue.cc
114 mem/cache/miss/mshr.cc
115 mem/cache/miss/mshr_queue.cc
116 mem/cache/prefetch/base_prefetcher.cc
117 mem/cache/prefetch/ghb_prefetcher.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

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

110 mem/cache/coherence/uni_coherence.cc
111 mem/cache/miss/blocking_buffer.cc
112 mem/cache/miss/miss_buffer.cc
113 mem/cache/miss/miss_queue.cc
114 mem/cache/miss/mshr.cc
115 mem/cache/miss/mshr_queue.cc
116 mem/cache/prefetch/base_prefetcher.cc
117 mem/cache/prefetch/ghb_prefetcher.cc
118 mem/cache/prefetch/prefetcher.cc
119 mem/cache/prefetch/stride_prefetcher.cc
120 mem/cache/prefetch/tagged_prefetcher.cc
121 mem/cache/tags/base_tags.cc
118 mem/cache/prefetch/stride_prefetcher.cc
119 mem/cache/prefetch/tagged_prefetcher.cc
120 mem/cache/tags/base_tags.cc
122 mem/cache/tags/cache_tags.cc
123 mem/cache/tags/fa_lru.cc
124 mem/cache/tags/iic.cc
125 mem/cache/tags/lru.cc
126 mem/cache/tags/repl/gen.cc
127 mem/cache/tags/repl/repl.cc
128 mem/cache/tags/split.cc
129 mem/cache/tags/split_lifo.cc
130 mem/cache/tags/split_lru.cc
131
132 mem/cache/cache_builder.cc
133
121 mem/cache/tags/fa_lru.cc
122 mem/cache/tags/iic.cc
123 mem/cache/tags/lru.cc
124 mem/cache/tags/repl/gen.cc
125 mem/cache/tags/repl/repl.cc
126 mem/cache/tags/split.cc
127 mem/cache/tags/split_lifo.cc
128 mem/cache/tags/split_lru.cc
129
130 mem/cache/cache_builder.cc
131
132 python/swig/init.cc
134 python/swig/debug_wrap.cc
135 python/swig/main_wrap.cc
133 python/swig/debug_wrap.cc
134 python/swig/main_wrap.cc
135 python/swig/event_wrap.cc
136 python/swig/pyevent.cc
136
137 sim/builder.cc
138 sim/debug.cc
139 sim/eventq.cc
140 sim/faults.cc
141 sim/main.cc
142 sim/param.cc
143 sim/root.cc

--- 197 unchanged lines hidden ---
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

--- 197 unchanged lines hidden ---