diff options
author | Ali Saidi <saidi@eecs.umich.edu> | 2007-05-15 18:06:35 -0400 |
---|---|---|
committer | Ali Saidi <saidi@eecs.umich.edu> | 2007-05-15 18:06:35 -0400 |
commit | 0934f259d66c7adcf8446e84a2ce7db739794064 (patch) | |
tree | 9945e8007a3b7e8edfe1d425148d5bdb919e53f6 /configs/example/fs.py | |
parent | f317227b4e5002b2c9d7c2e5068d317dcea5b0f9 (diff) | |
download | gem5-0934f259d66c7adcf8446e84a2ce7db739794064.tar.xz |
add an l2 cache option to se example config
configs/common/Options.py:
configs/example/fs.py:
move l2 cache option to Options.py
--HG--
extra : convert_revision : 5c0071c2827f7db6d56229d5276326364b50f0c8
Diffstat (limited to 'configs/example/fs.py')
-rw-r--r-- | configs/example/fs.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/example/fs.py b/configs/example/fs.py index bd4637e95..76c12bd9e 100644 --- a/configs/example/fs.py +++ b/configs/example/fs.py @@ -51,7 +51,6 @@ parser.add_option("--kernel", action="store", type="string") parser.add_option("--script", action="store", type="string") # Benchmark options -parser.add_option("--l2cache", action="store_true") parser.add_option("--dual", action="store_true", help="Simulate two systems attached with an ethernet link") parser.add_option("-b", "--benchmark", action="store", type="string", |