diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2007-03-22 04:10:56 +0000 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2007-03-22 04:10:56 +0000 |
commit | 39182808bc2e55f22788cc690fb8500c2a8dfeeb (patch) | |
tree | 00e19716b0b81d0aca36be7dd40e7b07384fa0f7 /configs/common/cpu2000.py | |
parent | 276f6d794d61f74eee56968d8a0084e74335c26e (diff) | |
parent | 10adec5b539b28cdc96ab4069e9968e2f90b0362 (diff) | |
download | gem5-39182808bc2e55f22788cc690fb8500c2a8dfeeb.tar.xz |
Merge zizzer.eecs.umich.edu:/bk/newmem
into ahchoo.blinky.homelinux.org:/home/gblack/m5/newmem-x86
--HG--
extra : convert_revision : 79c337f18d635acc176f0ca8d6e71fbc429cb258
Diffstat (limited to 'configs/common/cpu2000.py')
-rw-r--r-- | configs/common/cpu2000.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/common/cpu2000.py b/configs/common/cpu2000.py index 59799eb49..18f6aedea 100644 --- a/configs/common/cpu2000.py +++ b/configs/common/cpu2000.py @@ -518,6 +518,7 @@ class mcf(MinneDefaultBenchmark): name = 'mcf' number = 181 lang = 'C' + args = [ 'mcf.in' ] class parser(MinneDefaultBenchmark): name = 'parser' |