summaryrefslogtreecommitdiff
path: root/src/python/m5/__init__.py
AgeCommit message (Expand)Author
2017-05-02python: Remove SWIGAndreas Sandberg
2017-01-27python: Move native wrappers to the _m5 namespaceAndreas Sandberg
2013-09-18swig: Fix issue with circular import in 2.0.9/2.0.10Andreas Hansson
2012-11-02sim: Move the draining interface into a separate base classAndreas Sandberg
2011-04-19python: different import for dealing with demandimportNathan Binkert
2011-04-15python: cleanup python code so stuff doesn't automatically happen at startupNathan Binkert
2011-04-15python: figure out if the m5.internal package exists even with demandimportNathan Binkert
2009-09-22python: Move more code into m5.util allow SCons to use that code.Nathan Binkert
2009-08-16python: Make it possible to import the parts of m5 that are pure pythonNathan Binkert
2009-01-30Errors: Print a URL with a hash of the format string to find more information...Ali Saidi
2009-01-19python: add fatal() function to the m5 package and use itNathan Binkert
2009-01-19python: Try to isolate the stuff that's in the m5.internal package a bit more.Nathan Binkert
2009-01-19python: Rework how things are importedNathan Binkert
2008-08-03libm5: Create a libm5 static library for embedding m5.Nathan Binkert
2007-08-04python: provide access to statsNathan Binkert
2007-08-02python: fix m5.build_env variable.Nathan Binkert
2007-07-23Major changes to how SimObjects are created and initialized. Almost allNathan Binkert
2007-06-10Add a function to get a SimObject's memory mode and reworkNathan Binkert
2007-03-06CleanupNathan Binkert
2007-03-06Move all of the parameters of the Root SimObject so they areNathan Binkert
2007-03-05Python atexit handlers are called in reverse order.Nathan Binkert
2007-03-02Factor code out of main.cc and main.i into a bunch of filesNathan 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-11-07Fix error message.Kevin Lim
2006-10-23get rid of the "resume" step at the end of changeToTiming/Atomic because this...Lisa Hsu
2006-10-11System not global object, need to preface it with objects.Lisa Hsu
2006-09-05Enable proxies (Self/Parent) for specifying ports.Steve Reinhardt
2006-09-04More Python hacking to deal with config.py splitSteve Reinhardt
2006-09-04Split config.py into multiple files.Steve Reinhardt
2006-07-27Clean up some more config stuff.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-06Be sure to call resume after restoring from a checkpoint.Kevin Lim
2006-07-06Fixes for draining.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-17Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-06-17Change options back to just being flags instead of taking in a True/False value.Kevin Lim
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-16Add in some of the commonly used Trace/ExeTrace/Debug options.Kevin Lim
2006-06-15Get Port stuff working with full-system scripts.Steve Reinhardt
2006-06-13Merge zizzer:/bk/newmemSteve Reinhardt
2006-06-13Move SimObject creation and Port connection loopsSteve Reinhardt
2006-06-13Add in a few global options. Feel free to rename them, they're just the firs...Kevin Lim
2006-06-09Move main control from C++ into Python.Steve Reinhardt
2006-05-31Updated Authors from bk prs infoAli Saidi
2006-05-30Link in Python interpreter.Steve Reinhardt
2006-05-22New directory structure:Steve Reinhardt