python: need to import objects to make some calls work
authorNathan Binkert <nate@binkert.org>
Thu, 2 Aug 2007 19:03:35 +0000 (12:03 -0700)
committerNathan 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

index 1ef78d6cb8800714357d668f238618a7f30cdb09..ba9fb789903c1ff0f159c720f95a53e4e22b23d8 100644 (file)
@@ -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.