summaryrefslogtreecommitdiff
path: root/src/python
AgeCommit message (Expand)Author
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
2017-12-04misc: Rename misc.(hh|cc) to logging.(hh|cc)Gabe Black
2017-11-27scons: Switch from "guards" to "tags" on source files.Gabe Black
2017-11-13config: Add an Energy param type.Gabe Black
2017-11-13config: Export the "Current" param type from m5.params.Gabe Black
2017-11-13util: Add a "toEnergy" function to the convert module.Gabe Black
2017-11-13config: Simplify the definitions of the Voltage and Current params.Gabe Black
2017-11-13util: Simplify/consolidate the python conversion module.Gabe Black
2017-09-26util: Make dot_writer ignore NULL simobjects.Gabe Black
2017-09-26sim: Add a get_config_as_dict to the NullSimObject class.Gabe Black
2017-09-26sim: Don't add the NULL SimObject as a child of other SimObjects.Gabe Black
2017-09-26sim: Give the NullSimObject singleton a _name.Gabe Black
2017-09-26sim: Add a NullSimObject.descendants function.Gabe Black
2017-09-26sim: Add a clear_parent function to NullSimObject.Gabe Black
2017-09-26sim: Check the SimObjectVector.has_parent function to use the "any" function.Gabe Black
2017-09-26sim: Only consider non-NULL elements in SimObjectVector.has_parent.Gabe Black
2017-09-26sim: Add a set_parent to NullSimObject which does nothing.Gabe Black
2017-08-30python: Make GlobalExitEvent.getCode() return an intAndreas Sandberg
2017-05-31python: Fix unproxing of VectorParamsNikos Nikoleris
2017-05-24python: Fix PyEvent reference counting bugAndreas Sandberg
2017-05-22python: Prevent Python wrappers from deleting SimObjectsAndreas Sandberg
2017-05-22python: Fix weird memory issue in wrapped AddrRange vectorsAndreas Sandberg
2017-05-19python: Remove unused readline importAndreas Sandberg
2017-05-16python: Add a helper function to create Python eventsAndreas Sandberg
2017-05-15style: fix line lengths and include orderingBrandon Potter
2017-05-09misc: Add the --listener-loopback-only command line option.Gabe Black
2017-05-09misc: Expose the listener loopbackOnly function to python.Gabe Black
2017-05-09python: Fix debug flag listing regressionAndreas Sandberg
2017-05-02python: Remove SWIGAndreas Sandberg
2017-05-02python: Use PyBind11 instead of SWIG for Python wrappersAndreas Sandberg
2017-03-21python: Automatically disable listeners in batch setupsAndreas Sandberg
2017-02-27base: Refactor logging to make log level selection cleanerAndreas Sandberg
2017-02-27python: Add a generalized mechanism to configure statsAndreas Sandberg
2017-02-10misc: Add Python.h header to pyevents.hhJason Lowe-Power
2017-02-07style: Force Python.h to be included before main headerAndreas Sandberg
2017-01-27python: Move native wrappers to the _m5 namespaceAndreas Sandberg
2016-11-09style: [patch 3/22] reduce include dependencies in some headersBrandon Potter
2016-11-09style: [patch 1/22] use /r/3648/ to reorganize includesBrandon Potter