summaryrefslogtreecommitdiff
path: root/src/python/m5
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-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-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-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-27python: Add a generalized mechanism to configure statsAndreas Sandberg
2017-01-27python: Move native wrappers to the _m5 namespaceAndreas Sandberg
2017-01-03python: Don't use Swig to cast statsAndreas Sandberg
2017-01-03sim: Remove redundant export_method_cxx_predeclsAndreas Sandberg
2016-12-19python: Export periodicStatDumpAndreas Sandberg
2016-09-15base: eliminate ipython warningCurtis Dunham
2016-09-13base: Output all AddrRange parameters to config.iniMatt Poremba
2016-05-27power: Allow voltage to be configured via cmd lineAkash Bagdia
2016-04-06misc: Bail out of DVFS dot if we cannot resolve the domainsSascha Bischoff
2015-12-15misc: Add secondary dot output for DVFS domainsSascha Bischoff
2016-03-30style: Refactor the style checker as a Python packageAndreas Sandberg