mem: Fix CommMonitor style and response check
Review Request #1896 - Created June 4, 2013 and submitted
| Information | |
|---|---|
| Andreas Hansson | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 9747:01d951b585ad --------------------------- mem: Fix CommMonitor style and response check This patch fixes the CommMonitor local variable names, and also introduces a variable to capture if it expects to see a response. The latter check considers both needsResponse and memInhibitAsserted.
All regressions pass
Posted (June 6, 2013, 11:03 p.m.)
-
src/mem/comm_monitor.cc (Diff revision 1) -
You are changing the behavior of the code here since expects_response and needsResponse are not equal in all cases.
