Lines Matching defs:system
51 # system simulated
52 system = System(cpu = cpu, physmem = SimpleMemory(),
60 system.monitor = CommMonitor()
61 system.monitor.trace = MemTraceProbe(trace_file = "monitor.ptrc.gz")
62 system.monitor.stackdist = StackDistProbe(verify = True)
65 system.cpu.port = system.monitor.slave
66 system.monitor.master = system.membus.slave
68 # connect the system port even if it is not used in this example
69 system.system_port = system.membus.slave
72 system.physmem.port = system.membus.master
78 root = Root(full_system = False, system = system)
79 root.system.mem_mode = 'timing'