From: Lisa Hsu Date: Sun, 11 Jul 2004 01:57:59 +0000 (-0400) Subject: the changeset of partitioned caches. this changeset creates Split tagstore class... X-Git-Tag: m5_1.0_tutorial~249 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9dc9523a1cf781f9f1468331b3e8b1982a13ebed;p=gem5.git the changeset of partitioned caches. this changeset creates Split tagstore class that makes either an LRU/LRU cache or a LRU/LIFO cache, it is also able to make just a LIFO cache. SConscript: add these files for partitioned caches base/traceflags.py: add Split as a traceflag --HG-- extra : convert_revision : 6aa8f7c389ee1145b33be006c820236f11f5397c --- diff --git a/SConscript b/SConscript index db7718461..7ff62edec 100644 --- a/SConscript +++ b/SConscript @@ -162,6 +162,9 @@ base_sources = Split(''' mem/cache/tags/fa_lru.cc mem/cache/tags/iic.cc mem/cache/tags/lru.cc + mem/cache/tags/split.cc + mem/cache/tags/split_lifo.cc + mem/cache/tags/split_lru.cc mem/cache/tags/repl/gen.cc mem/cache/tags/repl/repl.cc mem/functional_mem/functional_memory.cc diff --git a/base/traceflags.py b/base/traceflags.py index 8e1594b24..e073f96c1 100644 --- a/base/traceflags.py +++ b/base/traceflags.py @@ -120,7 +120,8 @@ baseFlags = [ 'IdeCtrl', 'IdeDisk', 'Tsunami', - 'Uart' + 'Uart', + 'Split' ] #