summaryrefslogtreecommitdiff
path: root/src/python/m5/util
AgeCommit message (Expand)Author
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
2011-01-07scons: show sources and targets when building, and colorize output.Steve Reinhardt
2010-11-23Copyright: Add AMD copyright to the param changes I just made.Gabe Black
2010-11-23Params: Add parameter types for IP addresses in various forms.Gabe Black
2010-09-09code_formatter: make it easier to insert whitespaceNathan Binkert
2010-07-21python: add a sorted dictionary classNathan Binkert
2010-06-14util: clean up attrdict and import multiattrdict into m5.utilNathan Binkert
2010-03-10slicc: have a central mechanism for creating a code_formatter.Nathan Binkert
2010-02-28SmartDict: Make SmartDict an attrdictNathan Binkert
2009-09-23ply grammar: Fixup Tokenizer class so you can get lexer argumentsNathan Binkert
2009-09-22python: Move more code into m5.util allow SCons to use that code.Nathan Binkert
2009-09-22multiattrdict: make multilevel nesting work properlyNathan Binkert
2009-09-22attrdict: add pickle support to attrdictNathan Binkert
2009-09-22code_formatter: use __builtin__ which is correct, not __builtins__Nathan Binkert
2009-08-16code_formatter: Add a python class for writing code generator templatesNathan Binkert
2009-08-16ply: add a base class called Grammar that encapsulates a ply grammarNathan Binkert
2009-08-16orderdict: Use DictMixin and add orderdict to m5.utilNathan Binkert
2009-07-02attrdict: correct delattrNathan Binkert
2009-02-15traceflags: fix --trace-helpNathan Binkert
2008-10-10jobfile: Add support for dictionaries as jobfile options.Nathan Binkert
2008-10-10python: Add a utility for nested attribute dicts.Nathan Binkert
2008-06-14python: Move various utility classes into a new m5.util package soNathan Binkert