37c37
< def create_system(options, physmem):
---
> def create_system(options, physmem, piobus = None, dma_devices = []):
42,43c42,46
< (sequencers, dir_cntrls, all_cntrls) = MOESI_hammer.create_system( \
< options, physmem)
---
> (cpu_sequencers, dir_cntrls, all_cntrls) = \
> MOESI_hammer.create_system(options, \
> physmem, \
> piobus, \
> dma_devices)
71c74
< ruby = RubySystem(clock = '1GHz',
---
> ruby = RubySystem(clock = options.clock,
80c83
< ruby.cpu_ruby_ports = sequencers
---
> ruby.cpu_ruby_ports = cpu_sequencers