ARM: Update regression tests for ldr/str microcode changes.
[gem5.git] / tests / long / 50.vortex / test.py
index f531b8ac8e4fa29eec8712a974d713ca169471fe..92422c234e9b5451c0d3b57d7f05168b3175c12c 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2006 The Regents of The University of Michigan
+# Copyright (c) 2006-2007 The Regents of The University of Michigan
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -26,5 +26,8 @@
 #
 # Authors: Korey Sewell
 
-root.system.cpu.workload = LiveProcess(cmd = 'vortex smred.raw',
-                                       executable = binpath('vortex'))
+m5.util.addToPath('../configs/common')
+from cpu2000 import vortex
+
+workload = vortex(isa, opsys, 'smred')
+root.system.cpu.workload = workload.makeLiveProcess()