index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
python
/
m5
/
__init__.py
Age
Commit message (
Expand
)
Author
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