add in the files to the SConscript for split caches

--HG--
extra : convert_revision : aba28067abbb515eaa20a4d3303db19ac077777f
This commit is contained in:
Lisa Hsu 2005-10-26 23:19:21 -04:00
parent 2a1350e168
commit 5aa7172119

View file

@ -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