Update 40.perlbmk simple-timing for 8k blk_size
[gem5.git] / tests / long / 40.perlbmk / test.py
index b5cd17251a5da0e9feff8bf7c3728feae6dc31b2..2f9dd0ff09e66521e15b1178b044b908745dfda5 100644 (file)
@@ -26,5 +26,8 @@
 #
 # Authors: Korey Sewell
 
-root.system.cpu.workload = LiveProcess(cmd = 'perlbmk -I./lib lgred.makerand.pl',
-                                       executable = binpath('perlbmk'))
+m5.AddToPath('../configs/common')
+from cpu2000 import perlbmk_makerand
+
+workload = perlbmk_makerand('alpha', 'tru64', 'lgred')
+root.system.cpu.workload = workload.makeLiveProcess()