projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99fbd18
)
python: fix another bug from changes to main.py
author
Nathan Binkert
<nate@binkert.org>
Thu, 21 Apr 2011 02:07:44 +0000
(19:07 -0700)
committer
Nathan Binkert
<nate@binkert.org>
Thu, 21 Apr 2011 02:07:44 +0000
(19:07 -0700)
configs/common/cpu2000.py
patch
|
blob
|
history
diff --git
a/configs/common/cpu2000.py
b/configs/common/cpu2000.py
index 7fcd4bcc3cfd6ee1c7857212711f0bcec48001a3..a8cc0ce5f0b4b35aa98012f1d4d5ae8bc904ae9b 100644
(file)
--- a/
configs/common/cpu2000.py
+++ b/
configs/common/cpu2000.py
@@
-155,7
+155,7
@@
class Benchmark(object):
cwd = process_args.get('cwd')
if not cwd:
- from m5
.main
import options
+ from m5 import options
cwd = options.outdir
process_args['cwd'] = cwd
if not isdir(cwd):