diff --git a/configs/ruby/MESI_Three_Level_HTM.py b/configs/ruby/MESI_Three_Level_HTM.py index 89ca93c61d..b51108dbb0 100644 --- a/configs/ruby/MESI_Three_Level_HTM.py +++ b/configs/ruby/MESI_Three_Level_HTM.py @@ -141,7 +141,6 @@ def create_system(options, full_system, system, dma_ports, bootmem, ruby_system = ruby_system) cpu_seq = RubyHTMSequencer(version = i * num_cpus_per_cluster + j, - icache = l0i_cache, clk_domain = clk_domain, dcache = l0d_cache, ruby_system = ruby_system)