test.py (8802:ef66a9083bc4) test.py (11851:824055fe6b30)
1process = LiveProcess(executable = binpath('m5threads', 'test_atomic'),
2 cmd = ['test_atomic', str(nb_cores)])
1process = Process(executable = binpath('m5threads', 'test_atomic'),
2 cmd = ['test_atomic', str(nb_cores)])
3
4for i in range(nb_cores):
5 root.system.cpu[i].workload = process
3
4for i in range(nb_cores):
5 root.system.cpu[i].workload = process