summaryrefslogtreecommitdiff
path: root/src/sim/main.cc
AgeCommit message (Expand)Author
2014-10-16config: Add a --without-python option to build processAndrew Bardsley
2008-08-03libm5: Create a libm5 static library for embedding m5.Nathan Binkert
2007-10-31String constant const-ness changes to placate g++ 4.2.Steve Reinhardt
2007-08-04main: return an an exit code of 1 when we exit due to a python exception.Nathan Binkert
2007-03-06Move all of the parameters of the Root SimObject so they areNathan Binkert
2007-03-03include signal.hNathan Binkert
2007-03-02Factor code out of main.cc and main.i into a bunch of filesNathan Binkert
2007-02-18Get rid of the stand alone ParamContext since all of theNathan Binkert
2007-02-17Get rid of the Statistics and Statreset ParamContexts, andNathan Binkert
2007-02-17Pass an exception from a python event through the event queueNathan Binkert
2007-02-10Clean up tracing stuff more, get rid of the trace log sinceNathan Binkert
2006-12-21move the swig initialization calls from src/sim/main.cc toNathan Binkert
2006-11-13Expose debugBreakCycle through swig and get rid ofNathan Binkert
2006-11-12Create a module called internal where swigged stuff goes.Nathan Binkert
2006-11-08simplify maxtick parsing in both the python and the c++.Lisa Hsu
2006-10-20Construct a correct value of PYTHONHOME from the interpreterNathan Binkert
2006-10-11since memoryMode was put into the System (from SimObject), things got broken ...Lisa Hsu
2006-10-06there are two main thrusts of this changeset.Lisa Hsu
2006-10-05Static global object don't work well, if the variables areNathan Binkert
2006-09-04More Python hacking to deal with config.py splitSteve Reinhardt
2006-07-19Get the path to load the ini file from. I'm not sure if this fix is needed i...Kevin Lim
2006-07-10Migrate most of main() and and all option parsing to pythonNathan Binkert
2006-07-07Take the name of the checkpoint directory in when calling checkpoint() or res...Kevin Lim
2006-07-05Rename quiesce to drain to avoid confusion with the pseudo instruction.Kevin Lim
2006-06-29Add in support for quiescing the system, taking checkpoints, restoring from c...Kevin Lim
2006-06-17remove profile.ccAli Saidi
2006-06-17Merge zizzer:/bk/newmemAli Saidi
2006-06-17Rename SWIG "main" module to "cc_main" so it'sSteve Reinhardt
2006-06-17Add --outdir option. Didn't call it "-d" sinceSteve Reinhardt
2006-06-15Merge zizzer:/bk/newmemAli Saidi
2006-06-14add a comment that should be able to pass --help after config fileAli Saidi
2006-06-13Move SimObject creation and Port connection loopsSteve Reinhardt
2006-06-13allow long opts to m5 and add a help flag back.Ali Saidi
2006-06-09Move main control from C++ into Python.Steve Reinhardt
2006-05-31Updated Authors from bk prs infoAli Saidi
2006-05-30Clean up Python embedding to build on zizzer (where python2.4Steve Reinhardt
2006-05-30Link in Python interpreter.Steve Reinhardt
2006-05-22New directory structure:Steve Reinhardt