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-20 15:30:40 +0800
commit00368c9543031151dd437c59b1c9b0e3bc9b8cbf (patch)
tree9ca59a4a98ba0d277e050f761cb2dda5b5864a9f /configs/ruby/Ruby.py
parentc1595689b1bfbb02fc50497c335dfa54327f0dd8 (diff)
downloadgem5-00368c9543031151dd437c59b1c9b0e3bc9b8cbf.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 f1415b062..dc5b705d7 100644
--- a/configs/ruby/Ruby.py
+++ b/configs/ruby/Ruby.py
@@ -78,6 +78,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)