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
/
SimObject.py
Age
Commit message (
Expand
)
Author
2015-12-01
config: Fix broken SimObject listing
Andreas Sandberg
2015-07-07
sim: Move mem(Writeback|Invalidate) to SimObject
Andreas Sandberg
2015-07-07
sim: Refactor the serialization base class
Andreas Sandberg
2014-12-02
scons: Ensure dictionary iteration is sorted by key
Andreas Hansson
2014-11-12
sim: Sort SimObject descendants and ports
Andreas Hansson
2014-10-16
config: Add the ability to read a config file using C++ and Python
Andreas Hansson
2014-09-20
config: Cleanup .json config file generation
Andrew Bardsley
2014-08-10
config: Add hooks to enable new config sys
Geoffrey Blake
2014-05-09
config: Avoid generating a reference to myself for Parent.any
Geoffrey Blake
2014-01-24
base: add support for probe points and common probes
Matt Horsnell
2014-01-03
python: provide better error message for wrapped C++ methods
Steve Reinhardt
2014-01-03
python: don't die on assignment to cloned object
Steve Reinhardt
2013-11-25
sim: simulate with multiple threads and event queues
Steve Reinhardt ext:(%2C%20Nilay%20Vaish%20%3Cnilay%40cs.wisc.edu%3E%2C%20Ali%20Saidi%20%3CAli.Saidi%40ARM.com%3E)
2013-10-31
config: Fix handling of parents for simobject vectors
Geoffrey Blake
2013-10-17
config: Fix for port references generated multiple times
Geoffrey Blake
2013-02-15
base: Add warn() and inform() to m5.utils for use from python
Sascha Bischoff
2013-01-07
config: Traverse lists when visiting children in all proxy
Andreas Hansson
2012-11-02
sim: Add SWIG interface for Serializable
Andreas Sandberg
2012-11-02
sim: Move the draining interface into a separate base class
Andreas Sandberg
2012-11-02
sim: Include object header files in SWIG interfaces
Andreas Sandberg
2012-09-25
sim: Move CPU-specific methods from SimObject to the BaseCPU class
Andreas Sandberg
2012-09-25
sim: Remove SimObject::setMemoryMode
Andreas Sandberg
2012-09-07
sim: Remove the unused SimObject::regFormulas method
Andreas Sandberg
2012-07-10
ruby: changes how Topologies are created
Brad Beckmann
2012-05-23
Config: Use the attribute naming and include ports in JSON
Andreas Hansson
2012-05-10
DOT: improved dot-based system visualization
Uri Wiener
2012-05-10
DOT: fixed broken code for visualizing configuration using dot
Uri Wiener
2012-04-05
Python: Make the All proxy traverse SimObject children as well
Andreas Hansson
2012-03-21
Python: Fix a conditional expression that requires Python 2.5
Andreas Hansson
2012-03-19
scripts: Fix to ensure that port connection count is always set
Andreas Hansson
2012-02-29
SWIG: Ensure ptrdiff_t is a known type in gcc >= 4.6.1
Andreas Hansson
2012-02-20
SimObject: make get_config_as_dict() tolerate undefined params
Steve Reinhardt
2012-02-13
MEM: Pass the ports from Python to C++ using the Swig params
Andreas Hansson
2012-02-13
MEM: Introduce the master/slave port roles in the Python classes
Andreas Hansson
2012-01-31
clang: Enable compiling gem5 using clang 2.9 and 3.0
Koan-Sin Tan
2012-01-17
MEM: Removing the default port peer from Python ports
Andreas Hansson
2012-01-09
Config: Fix issue with JSON output
Ali Saidi
2012-01-09
config: support outputing a pickle of the configuration tree
Ali Saidi
2011-10-20
SimObject: add export_method* hooks to export C++ methods to Python
Steve Reinhardt
2011-10-20
scons/swig: refactor some of the scons/SWIG code
Steve Reinhardt
2011-07-10
Config: Add support for a Self.all proxy object
Ali Saidi
2011-06-01
SimObject: allow modules in subclass definitions
Steve Reinhardt
2011-05-23
config: reinstate implicit parenting on parameter assignment
Steve Reinhardt
2011-01-03
Make commenting on close namespace brackets consistent.
Steve Reinhardt
2010-11-11
SimObject: Add a comment near clear_child that it's unlikely to be called.
Gabe Black
2010-11-09
SimObject: Use "self" when calling the clear_child method.
Gabe Black
2010-09-12
swig: make all generated files go into the m5.internal package
Nathan Binkert
2010-09-09
scons: Stop building the big monolithic swigged params module
Nathan Binkert
2010-09-09
scons: use code_formatter wherever we can in the build system
Nathan Binkert
2010-08-17
misc: add some AMD copyright notices
Steve Reinhardt
[next]