diff options
author | Iru Cai <mytbk920423@gmail.com> | 2019-02-28 17:07:41 +0800 |
---|---|---|
committer | Iru Cai <mytbk920423@gmail.com> | 2019-03-20 21:51:26 +0800 |
commit | 6f92bc1d47988742715463a54e2d2b613e5025db (patch) | |
tree | 72721f06187aa92363de46e621609a8329a0de34 /configs/ruby/MESI_Two_Level.py | |
parent | 592d2c8bb63714be979ccc0286607c63b444d139 (diff) | |
download | gem5-6f92bc1d47988742715463a54e2d2b613e5025db.tar.xz |
invisispec-1.0 configs
Diffstat (limited to 'configs/ruby/MESI_Two_Level.py')
-rw-r--r-- | configs/ruby/MESI_Two_Level.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/ruby/MESI_Two_Level.py b/configs/ruby/MESI_Two_Level.py index 52976e6bb..65d711e5e 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, |