Age | Commit message (Expand) | Author |
2007-08-04 | python: provide access to stats | Nathan Binkert |
2007-08-02 | python: fix m5.build_env variable. | Nathan Binkert |
2007-07-23 | Major changes to how SimObjects are created and initialized. Almost all | Nathan Binkert |
2007-06-10 | Add a function to get a SimObject's memory mode and rework | Nathan Binkert |
2007-03-06 | Cleanup | Nathan Binkert |
2007-03-06 | Move all of the parameters of the Root SimObject so they are | Nathan Binkert |
2007-03-05 | Python atexit handlers are called in reverse order. | Nathan Binkert |
2007-03-02 | Factor code out of main.cc and main.i into a bunch of files | Nathan Binkert |
2006-11-12 | Create a module called internal where swigged stuff goes. | Nathan Binkert |
2006-11-08 | simplify maxtick parsing in both the python and the c++. | Lisa Hsu |
2006-11-07 | Fix error message. | Kevin Lim |
2006-10-23 | get rid of the "resume" step at the end of changeToTiming/Atomic because this... | Lisa Hsu |
2006-10-11 | System not global object, need to preface it with objects. | Lisa Hsu |
2006-09-05 | Enable proxies (Self/Parent) for specifying ports. | Steve Reinhardt |
2006-09-04 | More Python hacking to deal with config.py split | Steve Reinhardt |
2006-09-04 | Split config.py into multiple files. | Steve Reinhardt |
2006-07-27 | Clean up some more config stuff. | Kevin Lim |
2006-07-10 | Migrate most of main() and and all option parsing to python | Nathan Binkert |
2006-07-07 | Take the name of the checkpoint directory in when calling checkpoint() or res... | Kevin Lim |
2006-07-06 | Be sure to call resume after restoring from a checkpoint. | Kevin Lim |
2006-07-06 | Fixes for draining. | Kevin Lim |
2006-07-05 | Rename quiesce to drain to avoid confusion with the pseudo instruction. | Kevin Lim |
2006-06-29 | Add in support for quiescing the system, taking checkpoints, restoring from c... | Kevin Lim |
2006-06-17 | Merge ktlim@zizzer:/bk/newmem | Kevin Lim |
2006-06-17 | Change options back to just being flags instead of taking in a True/False value. | Kevin Lim |
2006-06-17 | Rename SWIG "main" module to "cc_main" so it's | Steve Reinhardt |
2006-06-17 | Add --outdir option. Didn't call it "-d" since | Steve Reinhardt |
2006-06-16 | Add in some of the commonly used Trace/ExeTrace/Debug options. | Kevin Lim |
2006-06-15 | Get Port stuff working with full-system scripts. | Steve Reinhardt |
2006-06-13 | Merge zizzer:/bk/newmem | Steve Reinhardt |
2006-06-13 | Move SimObject creation and Port connection loops | Steve Reinhardt |
2006-06-13 | Add in a few global options. Feel free to rename them, they're just the firs... | Kevin Lim |
2006-06-09 | Move main control from C++ into Python. | Steve Reinhardt |
2006-05-31 | Updated Authors from bk prs info | Ali Saidi |
2006-05-30 | Link in Python interpreter. | Steve Reinhardt |
2006-05-22 | New directory structure: | Steve Reinhardt |