gem5/src/cpu/simple
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
..
atomic.cc Atomic CPU: Respect the NO_ACCESS request flag. 2009-08-23 14:15:15 -07:00
atomic.hh CPUs: Make the atomic CPU support locked memory accesses. 2009-04-19 04:50:07 -07:00
AtomicSimpleCPU.py python: Move more code into m5.util allow SCons to use that code. 2009-09-22 15:24:16 -07:00
base.cc Fix setting of INST_FETCH flag for O3 CPU. 2009-08-01 22:50:14 -07:00
base.hh Registers: Get rid of the float register width parameter. 2009-07-08 23:02:20 -07:00
BaseSimpleCPU.py params: Convert the CPU objects to use the auto generated param structs. 2008-08-11 12:22:16 -07:00
SConscript params: Convert the CPU objects to use the auto generated param structs. 2008-08-11 12:22:16 -07:00
SConsopts Rework the way SCons recurses into subdirectories, making it 2007-03-10 23:00:54 -08:00
timing.cc types: clean up types, especially signed vs unsigned 2009-06-04 23:21:12 -07:00
timing.hh tlb: More fixing of unified TLB 2009-04-08 22:21:27 -07:00
TimingSimpleCPU.py python: Move more code into m5.util allow SCons to use that code. 2009-09-22 15:24:16 -07:00