178,186d177
< if options.ruby:
< options.use_map = True
< Ruby.create_system(options, system)
< assert(options.num_cpus == len(system.ruby._cpu_ruby_ports))
< else:
< system.system_port = system.membus.slave
< system.physmem.port = system.membus.master
< CacheConfig.config_cache(options, system)
<
196a188,199
> if options.checker:
> system.cpu[i].addCheckerCpu()
>
> if options.ruby:
> options.use_map = True
> Ruby.create_system(options, system)
> assert(options.num_cpus == len(system.ruby._cpu_ruby_ports))
> else:
> system.system_port = system.membus.slave
> system.physmem.port = system.membus.master
> CacheConfig.config_cache(options, system)
>