summaryrefslogtreecommitdiff
path: root/src/python/m5/simulate.py
AgeCommit message (Expand)Author
2010-08-17misc: add some AMD copyright noticesSteve Reinhardt
2010-08-17sim: revamp unserialization procedureSteve Reinhardt
2010-08-17sim: fold checkpoint restore code into instantiate()Steve Reinhardt
2010-08-17sim: clean up child handlingSteve Reinhardt
2010-08-17sim: move iterating over SimObjects into Python.Steve Reinhardt
2010-08-17sim: make Python Root object a singletonSteve Reinhardt
2010-07-05sim: fold StartupCallback into SimObjectSteve Reinhardt
2010-02-23stats: this makes some fixes to AverageStat and AverageVector.Lisa Hsu
2009-09-22python: Move more code into m5.util allow SCons to use that code.Nathan Binkert
2009-03-05stats: create an enable phase, and a prepare phase.Nathan Binkert
2008-12-08output: Change default output directory and files and update tests.Nathan Binkert
2008-08-03sockets: Add a function to disable all listening sockets.Nathan Binkert
2007-08-30python: Write configuration file without reassigning sys.stdout.Miles Kaufmann
2007-08-04switching: Remove the drain and resume code from the switching code.Nathan Binkert
2007-08-04python: use the enum values in the memory mode changing codeNathan Binkert
2007-08-02python: Improve support for python calling back to C++ member functions.Nathan Binkert
2007-08-02python: need to import objects to make some calls workNathan Binkert
2007-07-23Major changes to how SimObjects are created and initialized. Almost allNathan Binkert