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
2019-03-19
sim: Add a getPort function to SimObject.
Gabe Black
2019-03-18
python: Improve how templated SimObject classes are handled.
Gabe Black
2019-03-14
python: Teach cxxMethod how to set return_value_policy.
Gabe Black
2019-02-25
python: Add Python 3 workarounds for long
Andreas Sandberg
2019-02-23
python: Enforce absolute imports for Python 3 compatibility
Andreas Sandberg
2019-02-22
python: Make iterator handling Python 3 compatible
Andreas Sandberg
2019-02-20
python: Use __name__ instead of func_name for Py3 compat
Andreas Sandberg
2019-02-13
python: Remove uses of tuple unpacking in function params
Andreas Sandberg
2019-02-12
python: Replace dict.has_key with 'key in dict'
Andreas Sandberg
2019-02-12
python: Make exception handling Python 3 safe
Andreas Sandberg
2018-10-19
python: Add utility function to override config parameters
Ciro Santilli
2018-06-28
python: Fix call bug in @cxxMethod when override is True
Andreas Sandberg
2018-06-21
sim: Use the canonical way of iterating over a dictionary
Andreas Sandberg
2018-06-15
sim: Add a SimObject python field which overrides the default c++ base.
Gabe Black
2018-06-08
sim: Rename the SimObject cxx_bases field to cxx_extra_bases.
Gabe Black
2018-03-06
scons: Switch from the print statement to the print function.
Gabe Black
2018-01-29
arm: DT autogeneration - Device Tree generation methods
Glenn Bergmans
2017-09-26
sim: Don't add the NULL SimObject as a child of other SimObjects.
Gabe Black
2017-05-22
python: Prevent Python wrappers from deleting SimObjects
Andreas Sandberg
2017-05-22
python: Fix weird memory issue in wrapped AddrRange vectors
Andreas Sandberg
2017-05-15
style: fix line lengths and include ordering
Brandon Potter
2017-05-02
python: Remove SWIG
Andreas Sandberg
2017-05-02
python: Use PyBind11 instead of SWIG for Python wrappers
Andreas Sandberg
2017-01-27
python: Move native wrappers to the _m5 namespace
Andreas Sandberg
2017-01-03
sim: Remove redundant export_method_cxx_predecls
Andreas Sandberg
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
[next]