SConscript (3860:73e3642713a3) SConscript (3861:3b35b0f0b6a9)
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

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

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

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

109 mem/cache/coherence/uni_coherence.cc
110 mem/cache/miss/blocking_buffer.cc
111 mem/cache/miss/miss_buffer.cc
112 mem/cache/miss/miss_queue.cc
113 mem/cache/miss/mshr.cc
114 mem/cache/miss/mshr_queue.cc
115 mem/cache/prefetch/base_prefetcher.cc
116 mem/cache/prefetch/ghb_prefetcher.cc
117 mem/cache/prefetch/prefetcher.cc
118 mem/cache/prefetch/stride_prefetcher.cc
119 mem/cache/prefetch/tagged_prefetcher.cc
120 mem/cache/tags/base_tags.cc
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

--- 214 unchanged lines hidden ---
117 mem/cache/prefetch/stride_prefetcher.cc
118 mem/cache/prefetch/tagged_prefetcher.cc
119 mem/cache/tags/base_tags.cc
120 mem/cache/tags/fa_lru.cc
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

--- 214 unchanged lines hidden ---