Merge zizzer.eecs.umich.edu:/bk/newmem
[gem5.git] / tests / long / 20.parser / test.py
index 8703ae63426acc6a475f01cf9332113135566fb2..82ab71c9074106f31f0aa8edae6c01b2a8bf9d0a 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 parser
 
-workload = parser('alpha', 'tru64', 'lgred')
+workload = parser(isa, opsys, 'lgred')
 root.system.cpu.workload = workload.makeLiveProcess()