gem5/src
Steve Reinhardt 0685ae7a2d bus: clean up default responder code.
Clean up some minor things left over from the default responder
change in rev 9af6fb59752f.  Mostly renaming the 'responder_set'
param to 'use_default_range' to actually reflect what it does...
old name wasn't that descriptive in the first place, but now
it really doesn't make sense at all.

Also got rid of the bogus obsolete assignment to 'bus.responder'
which used to be a parameter but now is interpreted as an
implicit child assignment, and which was giving me problems in
the config restructuring to come.  (A good argument for not
allowing implicit child assignments, IMO, but that's water under
the bridge, I'm afraid.)

Also moved the Bus constructor to the .cc file since that's
where it should have been all along.
2010-08-17 05:06:21 -07:00
..
arch CPU: Tidy up endianness handling for mmapped "IPR"s. 2010-08-13 06:10:45 -07:00
base stats: unify the two stats distribution type better 2010-07-21 18:54:53 -07:00
cpu Inorder: Fix compilation of m5.fast. 2010-08-14 01:00:45 -07:00
dev bus: clean up default responder code. 2010-08-17 05:06:21 -07:00
doxygen Fix up doxygen. 2006-08-14 19:25:07 -04:00
kern macos: MacOS has deprecated getdirentries, so just disable the code. 2010-05-06 08:42:21 -07:00
mem bus: clean up default responder code. 2010-08-17 05:06:21 -07:00
python python: add a sorted dictionary class 2010-07-21 15:53:53 -07:00
sim Syscall: Don't close the simulator's standard file descriptors. 2010-07-22 18:47:52 +01:00
unittest stats: cleanup a few small problems in stats 2010-07-21 15:53:53 -07:00
Doxyfile Fix up doxygen. 2006-08-14 19:25:07 -04:00
SConscript python: Add mechanism to override code compiled into the exectuable 2010-07-21 15:53:52 -07:00