sim: Use the old work item behavior by default
[gem5.git] / tests / configs / o3-timing-mp-ruby.py
index 3fea4ed7117861379fd8b502044c13547c54e060..fb2d56fd1f5e789fc82327269cd8805c00eb89a2 100644 (file)
@@ -38,7 +38,7 @@ import ruby_config
 ruby_memory = ruby_config.generate("TwoLevel_SplitL1UnifiedL2.rb", nb_cores)
 
 # system simulated
-system = System(cpu = cpus, physmem = ruby_memory, membus = CoherentXBar(),
+system = System(cpu = cpus, physmem = ruby_memory, membus = SystemXBar(),
                 mem_mode = "timing",
                 clk_domain = SrcClockDomain(clock = '1GHz'))