Merge in bus DPRINTF changes.
[gem5.git] / tests / long / 50.vortex / test.py
index bd57ef6e6cd3daba8ba2db642effc7e39c4e1164..fbf0dc08194fc05eeb8eb9d426e1f168ed5bf2e2 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
@@ -29,5 +29,5 @@
 m5.AddToPath('../configs/common')
 from cpu2000 import vortex
 
-workload = vortex('alpha', 'tru64', 'smred')
+workload = vortex(isa, opsys, 'smred')
 root.system.cpu.workload = workload.makeLiveProcess()