Files
fail/simulators/gem5/tests/quick/se/40.m5threads-test-atomic/test.py
2012-10-24 19:18:57 +00:00

6 lines
201 B
Python
Executable File

process = LiveProcess(executable = binpath('m5threads', 'test_atomic'),
cmd = ['test_atomic', str(nb_cores)])
for i in range(nb_cores):
root.system.cpu[i].workload = process