diff options
author | Chun-Chen TK Hsu <chunchenhsu@google.com> | 2019-07-11 15:27:41 +0800 |
---|---|---|
committer | Chun-Chen TK Hsu <chunchenhsu@google.com> | 2019-07-13 03:17:22 +0000 |
commit | 9af53ddaec43653d915649173660dc5c71f06a72 (patch) | |
tree | b734081b59a38f72ecab2949baaa4f5adda050b7 /src/arch/arm | |
parent | 059122e22b3651cd7cb3d6581176c745c64cbe8e (diff) | |
download | gem5-9af53ddaec43653d915649173660dc5c71f06a72.tar.xz |
mem: Check response only when needed in CommMonitor
CommMonitor checks pkt->isResponse() for all packets in recvAtomic().
This assertion fails when packets don't need response, such as WritebackDirty.
This change fixes this.
Signed-off-by: Chun-Chen TK Hsu
Change-Id: I168e349e179b14fa5472698d9300478dc89693fb
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/19428
Reviewed-by: Nikos Nikoleris <nikos.nikoleris@arm.com>
Maintainer: Nikos Nikoleris <nikos.nikoleris@arm.com>
Tested-by: kokoro <noreply+kokoro@google.com>
Diffstat (limited to 'src/arch/arm')
0 files changed, 0 insertions, 0 deletions