projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5682f4f
)
python: need to import objects to make some calls work
author
Nathan Binkert
<nate@binkert.org>
Thu, 2 Aug 2007 19:03:35 +0000
(12:03 -0700)
committer
Nathan Binkert
<nate@binkert.org>
Thu, 2 Aug 2007 19:03:35 +0000
(12:03 -0700)
--HG--
extra : convert_revision :
b5eec971d76626b2f42448052ab2cb2acb652d1b
src/python/m5/simulate.py
patch
|
blob
|
history
diff --git
a/src/python/m5/simulate.py
b/src/python/m5/simulate.py
index 1ef78d6cb8800714357d668f238618a7f30cdb09..ba9fb789903c1ff0f159c720f95a53e4e22b23d8 100644
(file)
--- a/
src/python/m5/simulate.py
+++ b/
src/python/m5/simulate.py
@@
-36,6
+36,7
@@
import internal
from main import options
import SimObject
import ticks
+import objects
# The final hook to generate .ini files. Called from the user script
# once the config is built.