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-20 15:30:40 +0800
commit00368c9543031151dd437c59b1c9b0e3bc9b8cbf (patch)
tree9ca59a4a98ba0d277e050f761cb2dda5b5864a9f /configs/ruby/MESI_Two_Level.py
parentc1595689b1bfbb02fc50497c335dfa54327f0dd8 (diff)
downloadgem5-00368c9543031151dd437c59b1c9b0e3bc9b8cbf.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 b488b9d51..7ac6913c0 100644
--- a/configs/ruby/MESI_Two_Level.py
+++ b/configs/ruby/MESI_Two_Level.py
@@ -102,7 +102,7 @@ def create_system(options, full_system, system, dma_ports, bootmem,
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,