From: Nathan Binkert Date: Thu, 2 Aug 2007 19:03:35 +0000 (-0700) Subject: python: need to import objects to make some calls work X-Git-Tag: m5_2.0_beta4~206^2~2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dfa147a70ac87cdc5804993a0b39dfb8bb4cfa1b;p=gem5.git python: need to import objects to make some calls work --HG-- extra : convert_revision : b5eec971d76626b2f42448052ab2cb2acb652d1b --- 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.