summaryrefslogtreecommitdiff
path: root/tests/quick/se/40.m5threads-test-atomic/test.py
blob: 50976c7715d4bf84666de6fb64b754babf7b974f (plain)
1
2
3
4
5
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