gem5/configs/common
Steve Reinhardt 6629d9b2bc mem: use single BadAddr responder per system.
Previously there was one per bus, which caused some coherence problems
when more than one decided to respond.  Now there is just one on
the main memory bus.  The default bus responder on all other buses
is now the downstream cache's cpu_side port.  Caches no longer need
to do address range filtering; instead, we just have a simple flag
to prevent snoops from propagating to the I/O bus.
2008-07-16 11:10:33 -07:00
..
Benchmarks.py style: Remove non-leading tabs everywhere they shouldn't be. Developers should configure their editors to not insert tabs 2008-09-10 14:26:15 -04:00
Caches.py mem: use single BadAddr responder per system. 2008-07-16 11:10:33 -07:00
cpu2000.py configs: Allow M5_CPU2000 env var to set CPU2K binary path. 2009-04-15 12:52:31 -07:00
FSConfig.py mem: use single BadAddr responder per system. 2008-07-16 11:10:33 -07:00
Options.py Configs: Add support for the InOrder CPU model 2009-02-10 15:49:29 -08:00
Simulation.py Minor tweaks for future Ruby compatibility. 2009-04-21 08:17:36 -07:00
SysPaths.py make rcS files read from the m5 source directory, not /dist. 2006-11-08 14:10:25 -05:00