summaryrefslogtreecommitdiff
path: root/src/python
AgeCommit message (Expand)Author
2019-03-19sim: Add a getPort function to SimObject.Gabe Black
2019-03-18python: Change || to && for MessageBuffers in connectPorts.Gabe Black
2019-03-18python: Improve how templated SimObject classes are handled.Gabe Black
2019-03-15python: Simplify connectPorts() around EtherObject/EtherDevice.Gabe Black
2019-03-14python: Teach cxxMethod how to set return_value_policy.Gabe Black
2019-03-14python: Teach PyBindMethod how to set return_value_policy.Gabe Black
2019-03-14python: Fix unknown params and proxy multiplicationDaniel R. Carvalho
2019-03-01python: Fix issue when Self proxy resolves to a another proxyAndreas Sandberg
2019-02-26scons: Marshal Python sources using the same Python as gem5Andreas Sandberg
2019-02-25systemc: Add m5.systemc and m5.tlm python modules.Gabe Black
2019-02-25python: Stop using basestring to test for stringsAndreas Sandberg
2019-02-25python: Add Python 3 workarounds for longAndreas Sandberg
2019-02-25python: Fix params/proxy import loopAndreas Sandberg
2019-02-23python: Enforce absolute imports for Python 3 compatibilityAndreas Sandberg
2019-02-22python: Add fallbacks for packages that have been renamedAndreas Sandberg
2019-02-22python: Fix param -> int conversion issuesAndreas Sandberg
2019-02-22python: Make iterator handling Python 3 compatibleAndreas Sandberg
2019-02-22python: Add missing operators to NumericParamValueAndreas Sandberg
2019-02-20python: Fix Param initialization issue in Python 3Andreas Sandberg
2019-02-20python: Use __name__ instead of func_name for Py3 compatAndreas Sandberg
2019-02-20python: Add __bool__ helpers in addition to __nonzero__Andreas Sandberg
2019-02-20config: Make parameter conversion handle integers in other bases.Gabe Black
2019-02-13python: Remove uses of tuple unpacking in function paramsAndreas Sandberg
2019-02-13python: Replace deprecated repr syntaxAndreas Sandberg
2019-02-13python: Switch from using compare to key in list sortAndreas Sandberg
2019-02-12python: Replace dict.has_key with 'key in dict'Andreas Sandberg
2019-02-12python: Add missing defines importAndreas Sandberg
2019-02-12python: Replace DictMixin with Mapping / MutableMappingAndreas Sandberg
2019-02-12python: Replace orderdict with collections.OrderedDictAndreas Sandberg
2019-02-12python: Update use of exec to work with Python 3Andreas Sandberg
2019-02-12python: Switch to using open instead of fileAndreas Sandberg
2019-02-12python: Make exception handling Python 3 safeAndreas Sandberg
2019-01-31python: Remove getCode() type workaroundAndreas Sandberg
2019-01-25python: Always throw TypeError on slave-slave connectionsNicholas Lindsay
2019-01-17python: Add support for scoped enumsNikos Nikoleris
2019-01-14config: De-nest the code in Port.splice().Gabe Black
2019-01-14config: Fix an error message in Port.splice().Gabe Black
2018-11-16sim: Fix data type of ticks per second before passing it to C++Srikant Bharadwaj
2018-11-12sim: Push the global frequency management code into C++.Gabe Black
2018-10-19python: Add utility function to override config parametersCiro Santilli
2018-10-17python: Stop conditionally excluding code from pyobject.ccGabe Black
2018-06-28python: Fix call bug in @cxxMethod when override is TrueAndreas Sandberg
2018-06-28python: Fixup incorrect syntax in PyBind argument handlerAndreas Sandberg
2018-06-26python: Add support for multiplying proxies to compatible ParamNikos Nikoleris
2018-06-21sim: Use the canonical way of iterating over a dictionaryAndreas Sandberg
2018-06-15sim: Add a SimObject python field which overrides the default c++ base.Gabe Black
2018-06-08sim: Rename the SimObject cxx_bases field to cxx_extra_bases.Gabe Black
2018-03-06scons: Switch from the print statement to the print function.Gabe Black
2018-01-29arm: DT autogeneration - Device Tree generation methodsGlenn Bergmans
2018-01-29ext: DT autogeneration - Add PyFtd to m5 spaceGlenn Bergmans