summaryrefslogtreecommitdiff
path: root/src/python
AgeCommit message (Expand)Author
2019-12-18python: fix "fatal" usage in fdthelperAdrian Herrera
2019-12-12python: Convert terminal escape sequences to strings.Gabe Black
2019-11-27base, python: Allow dirname selection for the interpreterGiacomo Travaglini
2019-11-20base,tests: Expanded GTests for addr_range.hhBrandon Potter
2019-09-30misc: Added line wrapping functionality for Sim-Object descBobby R. Bruce
2019-09-26stats: Add a preDumpStats() callback to Stats::GroupAndreas Sandberg
2019-09-26stats: Don't output index in vectors of length 1Andreas Sandberg
2019-09-19python: Don't try to bind a stat group to the NULL simobject.Gabe Black
2019-09-10stats: Ignore non-Group objects in stat hierarchyChun-Chen TK Hsu
2019-09-07python: Make the dot writer handle unconnected Port vector elements.Gabe Black
2019-09-02stats: Add support for listing available formatsAndreas Sandberg
2019-08-29stats: Add beta support for HDF5 stat dumpsAndreas Sandberg
2019-08-29stats: Add support for partial stat dumpsAndreas Sandberg
2019-08-29stats: Add support for hierarchical statsAndreas Sandberg
2019-08-12python: FdtState using interrupt-cellsGiacomo Travaglini
2019-06-19python: Add support for exporting static class methods from c++Nikos Nikoleris
2019-06-18misc: dot_writer fixupTiago Muck
2019-06-17python: Fix AddrRange legacy ParamValue wrapperNikos Nikoleris
2019-06-10python: Fix cxx_ini_parse for ScopedEnumNikos Nikoleris
2019-06-10python: Add binding for the new AddrRange c++ constructorNikos Nikoleris
2019-06-10base: Extend AddrRange to support more flexible addressingNikos 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-26base,python: Fix to allow multiple --debug-ignore values.Isaac Sánchez Barrera
2019-03-19arch, cpu, dev, gpu, mem, sim, python: start using getPort.Gabe Black
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: Change || to && for MessageBuffers in connectPorts.Gabe Black
2019-03-18python: Improve how templated SimObject classes are handled.Gabe Black
2019-03-15python: Simplify connectPorts() around EtherObject/EtherDevice.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-26scons: Marshal Python sources using the same Python as gem5Andreas 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