summaryrefslogtreecommitdiff
path: root/configs/ruby/Ruby.py
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2019-02-28 17:07:41 +0800
committerIru Cai <mytbk920423@gmail.com>2019-03-06 14:53:34 +0800
commit270ffe7ecc2d97a69cc5e39b6f4d590d7b8375bd (patch)
treece43590647be64451dab09a3265118ef70a18645 /configs/ruby/Ruby.py
parent9e15a6822d0409ef08c1659229c2efb6bcf4d2ae (diff)
downloadgem5-270ffe7ecc2d97a69cc5e39b6f4d590d7b8375bd.tar.xz
invisispec-1.0 configs
Diffstat (limited to 'configs/ruby/Ruby.py')
-rw-r--r--configs/ruby/Ruby.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/ruby/Ruby.py b/configs/ruby/Ruby.py
index 04eda5a39..cd7fc567c 100644
--- a/configs/ruby/Ruby.py
+++ b/configs/ruby/Ruby.py
@@ -76,6 +76,9 @@ def define_options(parser):
parser.add_option("--recycle-latency", type="int", default=10,
help="Recycle latency for ruby controller input buffers")
+ parser.add_option("--enable-prefetch", action="store_true", default=False,
+ help="Enable Ruby HW Prefetcher")
+
protocol = buildEnv['PROTOCOL']
exec "import %s" % protocol
eval("%s.define_options(parser)" % protocol)