Review Board 2.0.15


ruby: bug in functionalRead, revert recent changes

Review Request #1484 - Created Oct. 24, 2012 and submitted - Latest diff uploaded

Information
Nilay Vaish
gem5
default
Reviewers
Default
Changeset 9310:2ab7f87e143f
---------------------------
ruby: bug in functionalRead, revert recent changes
Recent changes to functionalRead() in the memory system was not correct.
The change allowed for returning data from the first message found in
the buffers of the memory system. This is not correct since it is possible
that a timing message has data from an older state of the block.

The changes are being reverted.