gem5/configs/example
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
..
fs.py mem: use single BadAddr responder per system. 2008-07-16 11:10:33 -07:00
memtest.py Fix up a bunch of multilevel coherence issues. 2007-07-15 20:11:06 -07:00
se.py Errors: Print a URL with a hash of the format string to find more information about an error. 2009-01-30 20:04:15 -05:00