python: cleanup python code so stuff doesn't automatically happen at startup
authorNathan Binkert <nate@binkert.org>
Fri, 15 Apr 2011 17:44:59 +0000 (10:44 -0700)
committerNathan Binkert <nate@binkert.org>
Fri, 15 Apr 2011 17:44:59 +0000 (10:44 -0700)
commit8c97726266a83fda31f8a68860157f195d7466ea
treee5d0a6a412003a26a3d57b20cf3717e123640f8f
parent3182913e94674fcd101ec01c7ffb8245ec3046f8
python: cleanup python code so stuff doesn't automatically happen at startup
this allows things to be overridden at startup (e.g. for tests)
src/python/m5/__init__.py
src/python/m5/main.py
src/python/m5/simulate.py
src/sim/init.cc