gem5/tests/quick/40.m5threads-test-atomic/test.py
2009-07-15 10:46:22 -05: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