the bridge never returns false when recvTiming() is called on its ports now, it alway...
authorAli Saidi <saidi@eecs.umich.edu>
Mon, 7 May 2007 22:58:38 +0000 (18:58 -0400)
committerAli Saidi <saidi@eecs.umich.edu>
Mon, 7 May 2007 22:58:38 +0000 (18:58 -0400)
commita38c79ec22918b02c529c930827e64e440984d29
tree47769ccbbb1113f7ab408f46512a0d1060c9e698
parent0dfc29a023ff407846ea4f200547e2b2d9de9c1a
the bridge never returns false when recvTiming() is called on its ports now, it always returns true and nacks the packet if there isn't sufficient buffer space
fix the timing cpu to handle receiving a nacked packet

src/cpu/simple/timing.cc:
    make the timing cpu handle receiving a nacked packet
src/mem/bridge.cc:
src/mem/bridge.hh:
    the bridge never returns false when recvTiming() is called on its ports now, it always returns true and nacks the packet if there isn't sufficient buffer space

--HG--
extra : convert_revision : 5e12d0cf6ce985a5f72bcb7ce26c83a76c34c50a
src/cpu/simple/timing.cc
src/mem/bridge.cc
src/mem/bridge.hh