gem5/src/python/m5
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
..
internal python: Improve support for python calling back to C++ member functions. 2007-08-02 22:50:02 -07:00
util python: Move various utility classes into a new m5.util package so 2008-06-14 20:19:49 -07:00
__init__.py python: provide access to stats 2007-08-04 16:02:04 -07:00
convert.py Move all of the parameters of the Root SimObject so they are 2007-03-06 11:13:43 -08:00
environment.py Major changes to how SimObjects are created and initialized. Almost all 2007-07-23 21:51:38 -07:00
event.py Move all of the parameters of the Root SimObject so they are 2007-03-06 11:13:43 -08:00
main.py python: Move various utility classes into a new m5.util package so 2008-06-14 20:19:49 -07:00
params.py Params: Remove an unnecessary include. 2008-06-12 00:59:58 -04:00
proxy.py Fixes for Port proxies and proxy parameters. 2006-10-08 18:26:59 -07:00
SimObject.py python: Move various utility classes into a new m5.util package so 2008-06-14 20:19:49 -07:00
simulate.py python: Write configuration file without reassigning sys.stdout. 2007-08-30 15:16:59 -04:00
smartdict.py Updated Authors from bk prs info 2006-05-31 19:26:56 -04:00
stats.py Do the default argument stuff in python 2007-03-03 07:45:55 -08:00
ticks.py Major changes to how SimObjects are created and initialized. Almost all 2007-07-23 21:51:38 -07:00