gem5/src/mem/cache/prefetch
Nathan Binkert 1aef5c06a3 Rework the way SCons recurses into subdirectories, making it
automatic.  The point is that now a subdirectory can be added
to the build process just by creating a SConscript file in it.
The process has two passes.  On the first pass, all subdirs
of the root of the tree are searched for SConsopts files.
These files contain any command line options that ought to be
added for a particular subdirectory.  On the second pass,
all subdirs of the src directory are searched for SConscript
files.  These files describe how to build any given subdirectory.
I have added a Source() function.  Any file (relative to the
directory in which the SConscript resides) passed to that
function is added to the build.  Clean up everything to take
advantage of Source().
function is added to the list of files to be built.

--HG--
extra : convert_revision : 103f6b490d2eb224436688c89cdc015211c4fd30
2007-03-10 23:00:54 -08:00
..
base_prefetcher.cc Make memory commands dense again to avoid cache stat table explosion. 2007-02-07 10:53:37 -08:00
base_prefetcher.hh No need to template prefetcher on cache TagStore type. 2006-12-18 21:53:06 -08:00
ghb_prefetcher.cc No need to template prefetcher on cache TagStore type. 2006-12-18 21:53:06 -08:00
ghb_prefetcher.hh No need to template prefetcher on cache TagStore type. 2006-12-18 21:53:06 -08:00
SConscript Rework the way SCons recurses into subdirectories, making it 2007-03-10 23:00:54 -08:00
stride_prefetcher.cc No need to template prefetcher on cache TagStore type. 2006-12-18 21:53:06 -08:00
stride_prefetcher.hh No need to template prefetcher on cache TagStore type. 2006-12-18 21:53:06 -08:00
tagged_prefetcher.cc No need to template prefetcher on cache TagStore type. 2006-12-18 21:53:06 -08:00
tagged_prefetcher.hh No need to template prefetcher on cache TagStore type. 2006-12-18 21:53:06 -08:00