gem5/src/python/m5
Nathan Binkert 9a8cb7db7e python: Move more code into m5.util allow SCons to use that code.
Get rid of misc.py and just stick misc things in __init__.py
Move utility functions out of SCons files and into m5.util
Move utility type stuff from m5/__init__.py to m5/util/__init__.py
Remove buildEnv from m5 and allow access only from m5.defines
Rename AddToPath to addToPath while we're moving it to m5.util
Rename read_command to readCommand while we're moving it
Rename compare_versions to compareVersions while we're moving it.

--HG--
rename : src/python/m5/convert.py => src/python/m5/util/convert.py
rename : src/python/m5/smartdict.py => src/python/m5/util/smartdict.py
2009-09-22 15:24:16 -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 more code into m5.util allow SCons to use that code. 2009-09-22 15:24:16 -07:00
__init__.py python: Move more code into m5.util allow SCons to use that code. 2009-09-22 15:24:16 -07:00
config.py Fix up regression execution to better handle tests that end abnormally. 2009-03-07 16:58:51 -08:00
core.py stats: create an enable phase, and a prepare phase. 2009-03-05 19:09:53 -08:00
debug.py some new files are missing copyright notices 2009-02-04 16:26:15 -08:00
event.py events: Make trace events happen at the right priority. 2009-02-18 10:00:15 -08:00
main.py python: Move more code into m5.util allow SCons to use that code. 2009-09-22 15:24:16 -07:00
options.py python: cleanup options parsing stuff so that it properly deals with defaults. 2008-10-06 09:31:51 -07:00
params.py python: Move more code into m5.util allow SCons to use that code. 2009-09-22 15:24:16 -07:00
proxy.py Fixes for Port proxies and proxy parameters. 2006-10-08 18:26:59 -07:00
SimObject.py python: Move more code into m5.util allow SCons to use that code. 2009-09-22 15:24:16 -07:00
simulate.py python: Move more code into m5.util allow SCons to use that code. 2009-09-22 15:24:16 -07:00
stats.py stats: remove simplescalar compatibility for printing 2009-04-22 10:25:14 -07:00
ticks.py python: Move more code into m5.util allow SCons to use that code. 2009-09-22 15:24:16 -07:00
trace.py python: Move more code into m5.util allow SCons to use that code. 2009-09-22 15:24:16 -07:00