> On 2011-01-30 17:18:38, Ali Saidi wrote: > > Before you could commit could you run arm/fs with and without and diff > > config.ini to make sure there aren't any silent changes happening there. > >
Done - Gabe ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/455/#review821 ----------------------------------------------------------- On 2011-01-29 15:12:55, Gabe Black wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > http://reviews.m5sim.org/r/455/ > ----------------------------------------------------------- > > (Updated 2011-01-29 15:12:55) > > > Review request for Default, Ali Saidi, Gabe Black, Steve Reinhardt, and > Nathan Binkert. > > > Summary > ------- > > Config: Keep track of uncached and cached ports separately. > > 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. > > > Diffs > ----- > > src/cpu/inorder/InOrderCPU.py 31a04e5ac4be > src/cpu/o3/O3CPU.py 31a04e5ac4be > src/cpu/BaseCPU.py 31a04e5ac4be > configs/common/CacheConfig.py 31a04e5ac4be > configs/example/fs.py 31a04e5ac4be > configs/splash2/run.py 31a04e5ac4be > src/cpu/simple/AtomicSimpleCPU.py 31a04e5ac4be > src/cpu/simple/TimingSimpleCPU.py 31a04e5ac4be > tests/configs/inorder-timing.py 31a04e5ac4be > tests/configs/o3-timing-mp-ruby.py 31a04e5ac4be > tests/configs/o3-timing-mp.py 31a04e5ac4be > tests/configs/o3-timing-ruby.py 31a04e5ac4be > tests/configs/o3-timing.py 31a04e5ac4be > tests/configs/realview-simple-atomic.py 31a04e5ac4be > tests/configs/realview-simple-timing.py 31a04e5ac4be > tests/configs/simple-atomic-mp-ruby.py 31a04e5ac4be > tests/configs/simple-atomic-mp.py 31a04e5ac4be > tests/configs/simple-atomic.py 31a04e5ac4be > tests/configs/simple-timing-mp.py 31a04e5ac4be > tests/configs/simple-timing.py 31a04e5ac4be > tests/configs/t1000-simple-atomic.py 31a04e5ac4be > tests/configs/tsunami-o3-dual.py 31a04e5ac4be > tests/configs/tsunami-o3.py 31a04e5ac4be > tests/configs/tsunami-simple-atomic-dual.py 31a04e5ac4be > tests/configs/tsunami-simple-atomic.py 31a04e5ac4be > tests/configs/tsunami-simple-timing-dual.py 31a04e5ac4be > tests/configs/tsunami-simple-timing.py 31a04e5ac4be > tests/configs/twosys-tsunami-simple-atomic.py 31a04e5ac4be > > Diff: http://reviews.m5sim.org/r/455/diff > > > Testing > ------- > > > Thanks, > > Gabe > >
_______________________________________________ m5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/m5-dev
