Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-03 | Config: Keep track of uncached and cached ports separately. | Gabe Black | |
This makes sure that the address ranges requested for caches and uncached ports don't conflict with each other, and that accesses which are always uncached (message signaled interrupts for instance) don't waste time passing through caches. | |||
2010-01-25 | config: changed default ruby config file for regression | Derek Hower | |
2009-09-22 | python: Move more code into m5.util allow SCons to use that code. | Nathan Binkert | |
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-07-06 | ruby: Fix RubyMemory to work with the newer ruby. | Nathan Binkert | |
2009-05-11 | ruby: Set up Ruby regression tests. | Steve Reinhardt | |