diff options
author | Nathan Binkert <nate@binkert.org> | 2007-08-02 12:03:35 -0700 |
---|---|---|
committer | Nathan Binkert <nate@binkert.org> | 2007-08-02 12:03:35 -0700 |
commit | dfa147a70ac87cdc5804993a0b39dfb8bb4cfa1b (patch) | |
tree | 97ea9a902f92eaaad7b1b064876bb85a36f9d3bf /src/python/m5 | |
parent | 5682f4f7f98f3ea98ea0b0290f859f55ed0ff45f (diff) | |
download | gem5-dfa147a70ac87cdc5804993a0b39dfb8bb4cfa1b.tar.xz |
python: need to import objects to make some calls work
--HG--
extra : convert_revision : b5eec971d76626b2f42448052ab2cb2acb652d1b
Diffstat (limited to 'src/python/m5')
-rw-r--r-- | src/python/m5/simulate.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/python/m5/simulate.py b/src/python/m5/simulate.py index 1ef78d6cb..ba9fb7899 100644 --- 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. |