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
Age
Commit message (
Expand
)
Author
2019-02-20
python: Fix Param initialization issue in Python 3
Andreas Sandberg
2019-02-20
python: Use __name__ instead of func_name for Py3 compat
Andreas Sandberg
2019-02-20
python: Add __bool__ helpers in addition to __nonzero__
Andreas Sandberg
2019-02-20
config: Make parameter conversion handle integers in other bases.
Gabe Black
2019-02-13
python: Remove uses of tuple unpacking in function params
Andreas Sandberg
2019-02-13
python: Replace deprecated repr syntax
Andreas Sandberg
2019-02-13
python: Switch from using compare to key in list sort
Andreas Sandberg
2019-02-12
python: Replace dict.has_key with 'key in dict'
Andreas Sandberg
2019-02-12
python: Add missing defines import
Andreas Sandberg
2019-02-12
python: Replace DictMixin with Mapping / MutableMapping
Andreas Sandberg
2019-02-12
python: Replace orderdict with collections.OrderedDict
Andreas Sandberg
2019-02-12
python: Update use of exec to work with Python 3
Andreas Sandberg
2019-02-12
python: Switch to using open instead of file
Andreas Sandberg
2019-02-12
python: Make exception handling Python 3 safe
Andreas Sandberg
2019-01-31
python: Remove getCode() type workaround
Andreas Sandberg
2019-01-25
python: Always throw TypeError on slave-slave connections
Nicholas Lindsay
2019-01-17
python: Add support for scoped enums
Nikos Nikoleris
2019-01-14
config: De-nest the code in Port.splice().
Gabe Black
2019-01-14
config: Fix an error message in Port.splice().
Gabe Black
2018-11-16
sim: Fix data type of ticks per second before passing it to C++
Srikant Bharadwaj
2018-11-12
sim: Push the global frequency management code into C++.
Gabe Black
2018-10-19
python: Add utility function to override config parameters
Ciro Santilli
2018-10-17
python: Stop conditionally excluding code from pyobject.cc
Gabe Black
2018-06-28
python: Fix call bug in @cxxMethod when override is True
Andreas Sandberg
2018-06-28
python: Fixup incorrect syntax in PyBind argument handler
Andreas Sandberg
2018-06-26
python: Add support for multiplying proxies to compatible Param
Nikos Nikoleris
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
2018-01-29
ext: DT autogeneration - Add PyFtd to m5 space
Glenn Bergmans
2017-12-04
misc: Rename misc.(hh|cc) to logging.(hh|cc)
Gabe Black
2017-11-27
scons: Switch from "guards" to "tags" on source files.
Gabe Black
2017-11-13
config: Add an Energy param type.
Gabe Black
2017-11-13
config: Export the "Current" param type from m5.params.
Gabe Black
2017-11-13
util: Add a "toEnergy" function to the convert module.
Gabe Black
2017-11-13
config: Simplify the definitions of the Voltage and Current params.
Gabe Black
2017-11-13
util: Simplify/consolidate the python conversion module.
Gabe Black
2017-09-26
util: Make dot_writer ignore NULL simobjects.
Gabe Black
2017-09-26
sim: Add a get_config_as_dict to the NullSimObject class.
Gabe Black
2017-09-26
sim: Don't add the NULL SimObject as a child of other SimObjects.
Gabe Black
2017-09-26
sim: Give the NullSimObject singleton a _name.
Gabe Black
2017-09-26
sim: Add a NullSimObject.descendants function.
Gabe Black
2017-09-26
sim: Add a clear_parent function to NullSimObject.
Gabe Black
2017-09-26
sim: Check the SimObjectVector.has_parent function to use the "any" function.
Gabe Black
2017-09-26
sim: Only consider non-NULL elements in SimObjectVector.has_parent.
Gabe Black
2017-09-26
sim: Add a set_parent to NullSimObject which does nothing.
Gabe Black
2017-08-30
python: Make GlobalExitEvent.getCode() return an int
Andreas Sandberg
2017-05-31
python: Fix unproxing of VectorParams
Nikos Nikoleris
[prev]
[next]