summaryrefslogtreecommitdiff
path: root/src/python/m5
AgeCommit message (Expand)Author
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
2015-11-26sim: Add support for forkingAndreas Sandberg
2015-11-26sim: Add support for notifying Drainable objects of a forkAndreas Sandberg
2016-02-13configs: add command-line option to stop debug outputMichael LeBeane
2016-02-06style: remove trailing whitespaceSteve Reinhardt
2016-01-17sim: fix redundant --debug-start help stringSteve Reinhardt
2016-01-17sim: don't ignore SIG_TRAPSteve Reinhardt
2015-12-01config: Fix broken SimObject listingAndreas Sandberg
2015-11-22config: Added missing types to JSON/INI Python readerAndrew Bardsley
2015-10-06sim: print pid in output headerSteve Reinhardt
2015-09-30base: remove Trace::enabled flagCurtis Dunham
2015-07-07sim: Decouple draining from the SimObject hierarchyAndreas Sandberg
2015-07-07sim: Move mem(Writeback|Invalidate) to SimObjectAndreas Sandberg
2015-07-07python: Remove redundant drain when changing memory modesAndreas Sandberg
2015-07-07sim: Refactor the serialization base classAndreas Sandberg
2015-03-23misc: quote args in echoed command lineSteve Reinhardt
2015-02-03base: Add XOR-based hashed address interleavingAndreas Hansson
2015-02-03config: Fix typo in Float paramGeoffrey Blake
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-10-16config: Add a --without-python option to build processAndrew Bardsley
2014-10-11sim: draining bug for fast-forwaring multiple coresAndrew Lukefahr
2014-10-09config: Add Current as a parameter typeAndreas Hansson
2014-09-20mem: Rename Bus to XBar to better reflect its behaviourAndreas Hansson
2014-09-20config: Cleanup .json config file generationAndrew Bardsley
2014-09-09config: Fix vectorparam command line parsingGeoffrey Blake
2014-09-03config: Add port splicing capability to PortRef classGeoffrey Blake
2014-09-03config: Change parsing of Addr so hex values work from scriptsMitch Hayenga
2014-08-10config: Add hooks to enable new config sysGeoffrey Blake
2014-05-09cpu: Add flag name printing to StaticInstAndrew Bardsley
2014-05-09config: Avoid generating a reference to myself for Parent.anyGeoffrey Blake
2014-05-09scons: Require SWIG >= 2.0.4 and remove vector typemapsCurtis Dunham
2014-04-23misc: Proper type check and import for PortRefSascha Bischoff
2014-02-10stats: better error message for uninitialized statisticCurtis Dunham