summaryrefslogtreecommitdiff
path: root/src/python/m5/util
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-09-30misc: Added line wrapping functionality for Sim-Object descBobby R. Bruce
2019-09-07python: Make the dot writer handle unconnected Port vector elements.Gabe Black
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-05-20misc: Added dot_writer for Ruby's network topologyTiago Muck
2019-04-24python: Generalize the dot_writer to handle non Master/Slave roles.Gabe Black
2019-03-14python: Teach PyBindMethod how to set return_value_policy.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-23python: Enforce absolute imports for Python 3 compatibilityAndreas Sandberg
2019-02-22python: Add fallbacks for packages that have been renamedAndreas Sandberg
2019-02-22python: Make iterator handling Python 3 compatibleAndreas Sandberg
2019-02-20python: Add __bool__ helpers in addition to __nonzero__Andreas Sandberg
2019-02-20config: Make parameter conversion handle integers in other bases.Gabe Black
2019-02-13python: Replace deprecated repr syntaxAndreas Sandberg
2019-02-12python: Replace dict.has_key with 'key in dict'Andreas Sandberg
2019-02-12python: Replace orderdict with collections.OrderedDictAndreas Sandberg
2019-02-12python: Update use of exec to work with Python 3Andreas Sandberg
2019-02-12python: Switch to using open instead of fileAndreas Sandberg
2019-02-12python: Make exception handling Python 3 safeAndreas Sandberg
2018-06-28python: Fixup incorrect syntax in PyBind argument handlerAndreas Sandberg
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-11-13util: Add a "toEnergy" function to the convert module.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-05-02python: Use PyBind11 instead of SWIG for Python wrappersAndreas Sandberg
2017-03-21python: Automatically disable listeners in batch setupsAndreas Sandberg
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
2016-02-06style: remove trailing whitespaceSteve Reinhardt
2014-10-09config: Add Current as a parameter typeAndreas Hansson
2014-09-20mem: Rename Bus to XBar to better reflect its behaviourAndreas Hansson
2014-04-23misc: Proper type check and import for PortRefSascha Bischoff
2013-09-04util: Add ini string as tooltip info in dot outputAndreas Hansson
2013-09-04util: Add colours to the dot outputAndreas Hansson
2013-09-04util: Add class name to dot graph and output to svgAndreas Hansson
2013-08-19power: Add voltage domains to the clock domainsAkash Bagdia
2013-02-15base: Add warn() and inform() to m5.utils for use from pythonSascha Bischoff
2012-05-10DOT: improved dot-based system visualizationUri Wiener
2012-04-14Regression: Add ANSI colours to highlight test statusAndreas Hansson
2011-07-05slicc: cleanup slicc code and make it less verboseNathan Binkert
2011-07-05grammar: better encapsulation of a grammar and parsingNathan Binkert
2011-05-29Misc: Remove the URL from warnings, fatals, panics, etc.Gabe Black
2011-04-15region: add a utility class for keeping track of regions of some rangeNathan Binkert
2011-04-15SortedDict: add functions for getting ranges of keys, values, itemsNathan Binkert