SConscript (2811:9da12e9830ce) SConscript (2813:89d9196456ac)
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

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

98 mem/bus.cc
99 mem/mem_object.cc
100 mem/packet.cc
101 mem/physical.cc
102 mem/port.cc
103
104 mem/cache/base_cache.cc
105 mem/cache/cache.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

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

98 mem/bus.cc
99 mem/mem_object.cc
100 mem/packet.cc
101 mem/physical.cc
102 mem/port.cc
103
104 mem/cache/base_cache.cc
105 mem/cache/cache.cc
106 mem/cache/cache_builder.cc
107 mem/cache/coherence/coherence_protocol.cc
108 mem/cache/coherence/uni_coherence.cc
109 mem/cache/miss/blocking_buffer.cc
110 mem/cache/miss/miss_queue.cc
111 mem/cache/miss/mshr.cc
112 mem/cache/miss/mshr_queue.cc
113 mem/cache/prefetch/base_prefetcher.cc
114 mem/cache/prefetch/ghb_prefetcher.cc

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

121 mem/cache/tags/iic/cc
122 mem/cache/tags/lru.cc
123 mem/cache/tags/repl/gen.cc
124 mem/cache/tags/repl/repl.cc
125 mem/cache/tags/split.cc
126 mem/cache/tags/split_lifo.cc
127 mem/cache/tags/split_lru.cc
128
106 mem/cache/coherence/coherence_protocol.cc
107 mem/cache/coherence/uni_coherence.cc
108 mem/cache/miss/blocking_buffer.cc
109 mem/cache/miss/miss_queue.cc
110 mem/cache/miss/mshr.cc
111 mem/cache/miss/mshr_queue.cc
112 mem/cache/prefetch/base_prefetcher.cc
113 mem/cache/prefetch/ghb_prefetcher.cc

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

120 mem/cache/tags/iic/cc
121 mem/cache/tags/lru.cc
122 mem/cache/tags/repl/gen.cc
123 mem/cache/tags/repl/repl.cc
124 mem/cache/tags/split.cc
125 mem/cache/tags/split_lifo.cc
126 mem/cache/tags/split_lru.cc
127
128 mem/cache/cache_builder.cc
129
129 sim/builder.cc
130 sim/debug.cc
131 sim/eventq.cc
132 sim/faults.cc
133 sim/main.cc
134 python/swig/cc_main_wrap.cc
135 sim/param.cc
136 sim/root.cc

--- 283 unchanged lines hidden ---
130 sim/builder.cc
131 sim/debug.cc
132 sim/eventq.cc
133 sim/faults.cc
134 sim/main.cc
135 python/swig/cc_main_wrap.cc
136 sim/param.cc
137 sim/root.cc

--- 283 unchanged lines hidden ---