Huang Jiasen has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/52926 )

Change subject: cpu: Removed duplicate addition of snoopDelay
......................................................................

cpu: Removed duplicate addition of snoopDelay

Change-Id: Ic40c0d7e09bc398337fa7db615506db65e2059ce
---
M src/mem/coherent_xbar.cc
1 file changed, 9 insertions(+), 1 deletion(-)



diff --git a/src/mem/coherent_xbar.cc b/src/mem/coherent_xbar.cc
index 7d1cd5d..094fd0f 100644
--- a/src/mem/coherent_xbar.cc
+++ b/src/mem/coherent_xbar.cc
@@ -246,7 +246,6 @@
         }

         // add the snoop delay to our header delay, and then reset it
-        pkt->headerDelay += pkt->snoopDelay;
         pkt->snoopDelay = 0;
     }


--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/52926
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: Ic40c0d7e09bc398337fa7db615506db65e2059ce
Gerrit-Change-Number: 52926
Gerrit-PatchSet: 1
Gerrit-Owner: Huang Jiasen <jiasen....@alibaba-inc.com>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to