summaryrefslogtreecommitdiff
path: root/src/python/m5
AgeCommit message (Expand)Author
2019-06-10python: Add binding for the new AddrRange c++ constructorNikos Nikoleris
2019-05-20misc: Added dot_writer for Ruby's network topologyTiago Muck
2019-04-28mem: Minimize the use of MemObject.Gabe Black
2019-04-27python: Get rid of the VectorPort constructor.Gabe Black
2019-04-27python: Replace the Master/Slave Ports with Request/Response ports.Gabe Black
2019-04-24python: Generalize the Port.splice function.Gabe Black
2019-04-24python: Generalize the dot_writer to handle non Master/Slave roles.Gabe Black
2019-04-24python: Make Port roles a more generic concept.Gabe Black
2019-04-23python: fix tracing after Python 3 refactorCiro Santilli
2019-03-19python: Switch to the new getPort mechanism to connect ports.Gabe Black
2019-03-19sim: Add a getPort function to SimObject.Gabe Black
2019-03-18python: Improve how templated SimObject classes are handled.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-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-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-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