X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=tests%2Flong%2F00.gzip%2Ftest.py;h=7acce6e81afd6a06bb73851599ce035baa516ec3;hb=8c7936c40c7e63d7b8e11cc3d234fbe8de7d0f45;hp=06ccb656bebbcc48b89c0bd2f6867006b1a6fd0e;hpb=0a99750ebfe9a9b400ee5f0610ed429851345c4b;p=gem5.git diff --git a/tests/long/00.gzip/test.py b/tests/long/00.gzip/test.py index 06ccb656b..7acce6e81 100644 --- a/tests/long/00.gzip/test.py +++ b/tests/long/00.gzip/test.py @@ -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,8 +26,8 @@ # # Authors: Korey Sewell -m5.AddToPath('../configs/common') +m5.util.addToPath('../configs/common') from cpu2000 import gzip_log -workload = gzip_log('alpha', 'tru64', 'smred') +workload = gzip_log(isa, opsys, 'smred') root.system.cpu.workload = workload.makeLiveProcess()