Lines Matching defs:system
51 # system simulated
52 system = System(cpu = cpu, physmem = DDR3_1600_8x8(),
59 system.monitor = CommMonitor()
62 system.cpu.port = system.monitor.slave
63 system.monitor.master = system.membus.slave
65 # connect the system port even if it is not used in this example
66 system.system_port = system.membus.slave
69 system.physmem.port = system.membus.master
75 root = Root(full_system = False, system = system)
76 root.system.mem_mode = 'timing'