Adding gem5 source to svn.
git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1819 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
5
simulators/gem5/tests/quick/se/40.m5threads-test-atomic/test.py
Executable file
5
simulators/gem5/tests/quick/se/40.m5threads-test-atomic/test.py
Executable file
@ -0,0 +1,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
|
||||
Reference in New Issue
Block a user