mem: Bug fix in write merge logic
Review Request #2734 - Created April 9, 2015 and discarded
| Information | |
|---|---|
| Rizwana Begum | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 10782:5fdf351e41e1 --------------------------- mem: Bug fix in write merge logic This patch fixes the write merge logic. Previously, new write requests were merged with the existing writes across burst boundaries. This patch ensures that only writes falling within a burst boundary are merged.
This patch changes stats. Number of writes merged are less due to this patch, which impacts memory and systems stats.
Ship It!
Posted (April 15, 2015, 3:49 p.m.)
Thanks for the fix. I'm ok with this going in, but I have a simplification that I think we should consider instead. Let me post if and see what you think.
