gem5/src
Nathan Binkert f82d4e2364 python: Move various utility classes into a new m5.util package so
they're all in the same place.  This also involves having just one
jobfile.py and moving it into the utils directory to avoid
duplication.  Lots of improvements to the utility as well.

--HG--
rename : src/python/m5/attrdict.py => src/python/m5/util/attrdict.py
rename : util/pbs/jobfile.py => src/python/m5/util/jobfile.py
rename : src/python/m5/util.py => src/python/m5/util/misc.py
rename : src/python/m5/multidict.py => src/python/m5/util/multidict.py
rename : util/stats/orderdict.py => src/python/m5/util/orderdict.py
2008-06-14 20:19:49 -07:00
..
arch Fix various SWIG warnings 2008-06-14 12:57:21 -07:00
base BitUnion: Take out namespace declaration so bitunions can be declared inside classes. 2008-06-12 00:54:32 -04:00
cpu CPU: Make the simple cpu trace data for loads/stores. 2008-06-12 00:35:50 -04:00
dev Alpha: Get rid of an old include of a non-existant file. 2008-06-12 01:54:21 -04:00
doxygen Fix up doxygen. 2006-08-14 19:25:07 -04:00
kern SCons: Fix more SCons version issues 2008-06-11 10:54:08 -04:00
mem MemReq: Add option to reset the time on a request. 2008-06-14 19:39:01 -07:00
python python: Move various utility classes into a new m5.util package so 2008-06-14 20:19:49 -07:00
sim Configs: Make using Simpoints easier with some config files that support them easily 2008-02-27 00:35:09 -05:00
unittest Quick program to time how long ccprintf takes to write 2007-02-07 22:02:09 -08:00
Doxyfile Fix up doxygen. 2006-08-14 19:25:07 -04:00
SConscript Add missing dependencies on .i files 2008-06-14 12:10:50 -07:00