diff options
Diffstat (limited to 'tests/quick/se/20.eio-short/test.py')
-rw-r--r-- | tests/quick/se/20.eio-short/test.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/quick/se/20.eio-short/test.py b/tests/quick/se/20.eio-short/test.py index 67d8a582c..36a86889d 100644 --- a/tests/quick/se/20.eio-short/test.py +++ b/tests/quick/se/20.eio-short/test.py @@ -28,6 +28,6 @@ require_sim_object("EioProcess") -root.system.cpu.workload = EioProcess(file = binpath('anagram', +root.system.cpu[0].workload = EioProcess(file = binpath('anagram', 'anagram-vshort.eio.gz')) -root.system.cpu.max_insts_any_thread = 500000 +root.system.cpu[0].max_insts_any_thread = 500000 |