config: changed default ruby config file for regression

This commit is contained in:
Derek Hower
2010-01-25 11:51:16 -06:00
parent 589218168c
commit 5a4ebd6d12
6 changed files with 6 additions and 6 deletions

View File

@@ -34,7 +34,7 @@ nb_cores = 4
cpus = [ AtomicSimpleCPU(cpu_id=i) for i in xrange(nb_cores) ]
import ruby_config
ruby_memory = ruby_config.generate("MI_example-homogeneous.rb", nb_cores)
ruby_memory = ruby_config.generate("TwoLevel_SplitL1UnifiedL2.rb", nb_cores)
# system simulated
system = System(cpu = cpus, physmem = ruby_memory, membus = Bus())