diff options
author | Lisa Hsu <hsul@eecs.umich.edu> | 2004-07-10 21:57:59 -0400 |
---|---|---|
committer | Lisa Hsu <hsul@eecs.umich.edu> | 2004-07-10 21:57:59 -0400 |
commit | 9dc9523a1cf781f9f1468331b3e8b1982a13ebed (patch) | |
tree | c2b44305bea8e99c0a5c56d09dcf96f81c5e9110 /base/traceflags.py | |
parent | 4f4252fa89f31e6bb87fe9153e2ead982aaa7e32 (diff) | |
download | gem5-9dc9523a1cf781f9f1468331b3e8b1982a13ebed.tar.xz |
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
Diffstat (limited to 'base/traceflags.py')
-rw-r--r-- | base/traceflags.py | 3 |
1 files changed, 2 insertions, 1 deletions
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' ] # |