Lines Matching refs:system
56 def create_system(options, full_system, system, dma_ports, bootmem,
65 # The ruby network creation expects the list of nodes in the system to be
95 # is stored in system.cpu. because there is only ever one
97 # size of system.cpu; therefore if len(system.cpu) == 1
98 # we use system.cpu[0] to set the clk_domain, thereby ensuring
100 if len(system.cpu) == 1:
101 clk_domain = system.cpu[0].clk_domain
103 clk_domain = system.cpu[i].clk_domain
171 # the ruby system
178 options, bootmem, ruby_system, system)