summaryrefslogtreecommitdiff
path: root/tests/configs/simple-atomic-mp-ruby.py
AgeCommit message (Collapse)Author
2011-02-03Config: 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-25config: changed default ruby config file for regressionDerek Hower
2009-07-06ruby: Fix RubyMemory to work with the newer ruby.Nathan Binkert
2009-05-11ruby: Set up Ruby regression tests.Steve Reinhardt