index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
python
/
m5
/
util
Age
Commit message (
Expand
)
Author
2018-03-06
scons: Switch from the print statement to the print function.
Gabe Black
2018-01-29
arm: DT autogeneration - Device Tree generation methods
Glenn Bergmans
2017-11-13
util: Add a "toEnergy" function to the convert module.
Gabe Black
2017-11-13
util: Simplify/consolidate the python conversion module.
Gabe Black
2017-09-26
util: Make dot_writer ignore NULL simobjects.
Gabe Black
2017-05-02
python: Use PyBind11 instead of SWIG for Python wrappers
Andreas Sandberg
2017-03-21
python: Automatically disable listeners in batch setups
Andreas Sandberg
2016-04-06
misc: Bail out of DVFS dot if we cannot resolve the domains
Sascha Bischoff
2015-12-15
misc: Add secondary dot output for DVFS domains
Sascha Bischoff
2016-03-30
style: Refactor the style checker as a Python package
Andreas Sandberg
2016-02-06
style: remove trailing whitespace
Steve Reinhardt
2014-10-09
config: Add Current as a parameter type
Andreas Hansson
2014-09-20
mem: Rename Bus to XBar to better reflect its behaviour
Andreas Hansson
2014-04-23
misc: Proper type check and import for PortRef
Sascha Bischoff
2013-09-04
util: Add ini string as tooltip info in dot output
Andreas Hansson
2013-09-04
util: Add colours to the dot output
Andreas Hansson
2013-09-04
util: Add class name to dot graph and output to svg
Andreas Hansson
2013-08-19
power: Add voltage domains to the clock domains
Akash Bagdia
2013-02-15
base: Add warn() and inform() to m5.utils for use from python
Sascha Bischoff
2012-05-10
DOT: improved dot-based system visualization
Uri Wiener
2012-04-14
Regression: Add ANSI colours to highlight test status
Andreas Hansson
2011-07-05
slicc: cleanup slicc code and make it less verbose
Nathan Binkert
2011-07-05
grammar: better encapsulation of a grammar and parsing
Nathan Binkert
2011-05-29
Misc: Remove the URL from warnings, fatals, panics, etc.
Gabe Black
2011-04-15
region: add a utility class for keeping track of regions of some range
Nathan Binkert
2011-04-15
SortedDict: add functions for getting ranges of keys, values, items
Nathan Binkert
2011-01-07
scons: show sources and targets when building, and colorize output.
Steve Reinhardt
2010-11-23
Copyright: Add AMD copyright to the param changes I just made.
Gabe Black
2010-11-23
Params: Add parameter types for IP addresses in various forms.
Gabe Black
2010-09-09
code_formatter: make it easier to insert whitespace
Nathan Binkert
2010-07-21
python: add a sorted dictionary class
Nathan Binkert
2010-06-14
util: clean up attrdict and import multiattrdict into m5.util
Nathan Binkert
2010-03-10
slicc: have a central mechanism for creating a code_formatter.
Nathan Binkert
2010-02-28
SmartDict: Make SmartDict an attrdict
Nathan Binkert
2009-09-23
ply grammar: Fixup Tokenizer class so you can get lexer arguments
Nathan Binkert
2009-09-22
python: Move more code into m5.util allow SCons to use that code.
Nathan Binkert
2009-09-22
multiattrdict: make multilevel nesting work properly
Nathan Binkert
2009-09-22
attrdict: add pickle support to attrdict
Nathan Binkert
2009-09-22
code_formatter: use __builtin__ which is correct, not __builtins__
Nathan Binkert
2009-08-16
code_formatter: Add a python class for writing code generator templates
Nathan Binkert
2009-08-16
ply: add a base class called Grammar that encapsulates a ply grammar
Nathan Binkert
2009-08-16
orderdict: Use DictMixin and add orderdict to m5.util
Nathan Binkert
2009-07-02
attrdict: correct delattr
Nathan Binkert
2009-02-15
traceflags: fix --trace-help
Nathan Binkert
2008-10-10
jobfile: Add support for dictionaries as jobfile options.
Nathan Binkert
2008-10-10
python: Add a utility for nested attribute dicts.
Nathan Binkert
2008-06-14
python: Move various utility classes into a new m5.util package so
Nathan Binkert