mem: SimpleDRAM variable naming and whitespace fixes
Review Request #1732 - Created Feb. 18, 2013 and submitted
| Information | |
|---|---|
| Andreas Hansson | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 9561:722392c416f5 --------------------------- mem: SimpleDRAM variable naming and whitespace fixes This patch fixes a number of small cosmetic issues in the SimpleDRAM module. The most important change is to move the accounting of received packets to after the check is made if the packet should be retried or not. Thus, packets are only counted if they are actually accepted.
util/regress all passing (disregarding t1000 and eio)
