mem: fix retry bug in simple dram
Review Request #2201 - Created March 10, 2014 and discarded - Latest diff uploaded
| Information | |
|---|---|
| Amin Farmahini | |
| gem5 | |
| Reviewers | |
| Default | |
Consider this scenario: Read queue becomes full, so retryRdReq becomes true. But write queue is not full. Once a write req is accepted retryRdReq is changed to false, so no read retry is ever sent to the requester.
