34c34
< system = FSConfig.makeSparcSystem('atomic', SimpleMemory)
---
> system = FSConfig.makeSparcSystem('atomic')
42a43,50
> # create the memory controllers and connect them, stick with
> # the physmem name to avoid bumping all the reference stats
> system.physmem = [SimpleMemory(range = r,
> conf_table_reported = True)
> for r in system.mem_ranges]
> for i in xrange(len(system.physmem)):
> system.physmem[i].port = system.membus.master
>