summaryrefslogtreecommitdiff
path: root/src/python/m5/SimObject.py
AgeCommit message (Expand)Author
2019-08-29stats: Add support for partial stat dumpsAndreas Sandberg
2019-08-29stats: Add support for hierarchical statsAndreas Sandberg
2019-06-19python: Add support for exporting static class methods from c++Nikos Nikoleris
2019-04-28mem: Minimize the use of MemObject.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-02-25python: Add Python 3 workarounds for longAndreas Sandberg
2019-02-23python: Enforce absolute imports for Python 3 compatibilityAndreas Sandberg
2019-02-22python: Make iterator handling Python 3 compatibleAndreas Sandberg
2019-02-20python: Use __name__ instead of func_name for Py3 compatAndreas Sandberg
2019-02-13python: Remove uses of tuple unpacking in function paramsAndreas Sandberg
2019-02-12python: Replace dict.has_key with 'key in dict'Andreas Sandberg
2019-02-12python: Make exception handling Python 3 safeAndreas Sandberg
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-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
2017-09-26sim: Don't add the NULL SimObject as a child of other SimObjects.Gabe Black
2017-05-22python: Prevent Python wrappers from deleting SimObjectsAndreas Sandberg
2017-05-22python: Fix weird memory issue in wrapped AddrRange vectorsAndreas Sandberg
2017-05-15style: fix line lengths and include orderingBrandon Potter
2017-05-02python: Remove SWIGAndreas Sandberg
2017-05-02python: Use PyBind11 instead of SWIG for Python wrappersAndreas Sandberg
2017-01-27python: Move native wrappers to the _m5 namespaceAndreas Sandberg
2017-01-03sim: Remove redundant export_method_cxx_predeclsAndreas Sandberg
2015-12-01config: Fix broken SimObject listingAndreas Sandberg
2015-07-07sim: Move mem(Writeback|Invalidate) to SimObjectAndreas Sandberg
2015-07-07sim: Refactor the serialization base classAndreas Sandberg
2014-12-02scons: Ensure dictionary iteration is sorted by keyAndreas Hansson
2014-11-12sim: Sort SimObject descendants and portsAndreas Hansson
2014-10-16config: Add the ability to read a config file using C++ and PythonAndreas Hansson
2014-09-20config: Cleanup .json config file generationAndrew Bardsley
2014-08-10config: Add hooks to enable new config sysGeoffrey Blake
2014-05-09config: Avoid generating a reference to myself for Parent.anyGeoffrey Blake
2014-01-24base: add support for probe points and common probesMatt Horsnell
2014-01-03python: provide better error message for wrapped C++ methodsSteve Reinhardt
2014-01-03python: don't die on assignment to cloned objectSteve Reinhardt
2013-11-25sim: simulate with multiple threads and event queuesSteve Reinhardt ext:(%2C%20Nilay%20Vaish%20%3Cnilay%40cs.wisc.edu%3E%2C%20Ali%20Saidi%20%3CAli.Saidi%40ARM.com%3E)
2013-10-31config: Fix handling of parents for simobject vectorsGeoffrey Blake
2013-10-17config: Fix for port references generated multiple timesGeoffrey Blake
2013-02-15base: Add warn() and inform() to m5.utils for use from pythonSascha Bischoff
2013-01-07config: Traverse lists when visiting children in all proxyAndreas Hansson
2012-11-02sim: Add SWIG interface for SerializableAndreas Sandberg
2012-11-02sim: Move the draining interface into a separate base classAndreas Sandberg
2012-11-02sim: Include object header files in SWIG interfacesAndreas Sandberg
2012-09-25sim: Move CPU-specific methods from SimObject to the BaseCPU classAndreas Sandberg