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
2012-11-02
sim: Move the draining interface into a separate base class
Andreas Sandberg
2011-04-19
python: different import for dealing with demandimport
Nathan Binkert
2011-04-15
python: cleanup python code so stuff doesn't automatically happen at startup
Nathan Binkert
2011-04-15
python: figure out if the m5.internal package exists even with demandimport
Nathan Binkert
2009-09-22
python: Move more code into m5.util allow SCons to use that code.
Nathan Binkert
2009-08-16
python: Make it possible to import the parts of m5 that are pure python
Nathan Binkert
2009-01-30
Errors: Print a URL with a hash of the format string to find more information...
Ali Saidi
2009-01-19
python: add fatal() function to the m5 package and use it
Nathan Binkert
2009-01-19
python: Try to isolate the stuff that's in the m5.internal package a bit more.
Nathan Binkert
2009-01-19
python: Rework how things are imported
Nathan Binkert
2008-08-03
libm5: Create a libm5 static library for embedding m5.
Nathan Binkert
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