summaryrefslogtreecommitdiff
path: root/configs/ruby/MESI_Two_Level.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-18 15:27:57 +0800
commitd141cceb48dea533f96d644c3b979d961a7ea0ad (patch)
tree0e3aa3325e76c6987090026fa2034fb8e5a6c4f6 /configs/ruby/MESI_Two_Level.py
parentce003b28a15104574bed634923564a6bd910898d (diff)
downloadgem5-d141cceb48dea533f96d644c3b979d961a7ea0ad.tar.xz
invisispec-1.0 configs
Diffstat (limited to 'configs/ruby/MESI_Two_Level.py')
-rw-r--r--configs/ruby/MESI_Two_Level.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/ruby/MESI_Two_Level.py b/configs/ruby/MESI_Two_Level.py
index 844c62af4..fa6d9ccd6 100644
--- a/configs/ruby/MESI_Two_Level.py
+++ b/configs/ruby/MESI_Two_Level.py
@@ -101,7 +101,7 @@ def create_system(options, full_system, system, dma_ports, ruby_system):
ruby_system = ruby_system,
clk_domain = clk_domain,
transitions_per_cycle = options.ports,
- enable_prefetch = False)
+ enable_prefetch = options.enable_prefetch)
cpu_seq = RubySequencer(version = i, icache = l1i_cache,
dcache = l1d_cache, clk_domain = clk_domain,