diff options
author | Lisa Hsu <hsul@eecs.umich.edu> | 2005-10-26 23:19:21 -0400 |
---|---|---|
committer | Lisa Hsu <hsul@eecs.umich.edu> | 2005-10-26 23:19:21 -0400 |
commit | 5aa71721193c49016ffa69934b44ce38672e4eed (patch) | |
tree | 3903c2e8788571f75c84df56ada95ed4ca4e20be | |
parent | 2a1350e1682e3423718ae07e65855a1c3247105e (diff) | |
download | gem5-5aa71721193c49016ffa69934b44ce38672e4eed.tar.xz |
add in the files to the SConscript for split caches
--HG--
extra : convert_revision : aba28067abbb515eaa20a4d3303db19ac077777f
-rw-r--r-- | SConscript | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/SConscript b/SConscript index 4e2347431..2726bbf20 100644 --- a/SConscript +++ b/SConscript @@ -193,12 +193,15 @@ base_sources = Split(''' mem/cache/prefetch/prefetcher.cc mem/cache/prefetch/tagged_prefetcher.cc mem/cache/tags/base_tags.cc - mem/cache/tags/cache_tags.cc + mem/cache/tags/cache_tags.cc mem/cache/tags/fa_lru.cc mem/cache/tags/iic.cc mem/cache/tags/lru.cc mem/cache/tags/repl/gen.cc mem/cache/tags/repl/repl.cc + mem/cache/tags/split.cc + mem/cache/tags/split_lru.cc + mem/cache/tags/split_lifo.cc mem/functional/functional.cc mem/timing/base_memory.cc mem/timing/memory_builder.cc |