summaryrefslogtreecommitdiff
path: root/src/python/m5/config.py
AgeCommit message (Expand)Author
2009-03-07Fix up regression execution to better handle tests that end abnormally.Steve Reinhardt
2008-06-14Add .m5 configuration directoryNathan Binkert
2006-09-04Split config.py into multiple files.Steve Reinhardt
2006-09-04config.py:Steve Reinhardt
2006-08-31Tweak proxy resolution error message.Steve Reinhardt
2006-07-14Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-07-14Minor updates.Kevin Lim
2006-07-12memory mode information now contained in system objectAli Saidi
2006-07-06Change the return value of drain. False means the object wasn't able to drai...Kevin Lim
2006-07-05Rename quiesce to drain to avoid confusion with the pseudo instruction.Kevin Lim
2006-07-02Fix default SMT configuration in O3CPU (i.e. fetch policy, workloads/numThreads)Korey Sewell
2006-06-29Add in support for quiescing the system, taking checkpoints, restoring from c...Kevin Lim
2006-06-17Rename SWIG "main" module to "cc_main" so it'sSteve Reinhardt
2006-06-15Get Port stuff working with full-system scripts.Steve Reinhardt
2006-06-13Move SimObject creation and Port connection loopsSteve Reinhardt
2006-06-11Add some utility functions to ease handlingSteve Reinhardt
2006-06-10Don't allow SimObject-valued class params to be setSteve Reinhardt
2006-06-10Only allow SimObject classes to be instantiated (no cloning!).Steve Reinhardt
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