summaryrefslogtreecommitdiff
path: root/src/mem/protocol/MESI_CMP_directory-L1cache.sm
diff options
context:
space:
mode:
authorNilay Vaish <nilay@cs.wisc.edu>2012-08-25 15:49:06 -0500
committerNilay Vaish <nilay@cs.wisc.edu>2012-08-25 15:49:06 -0500
commitb422994fea3a2819357cec1ba73f19c36611dec5 (patch)
tree9ad29e47e23ea5f015055417f98a926cecd07daa /src/mem/protocol/MESI_CMP_directory-L1cache.sm
parent01f1430833f194cecbef043ba500f2b8173ea29d (diff)
downloadgem5-b422994fea3a2819357cec1ba73f19c36611dec5.tar.xz
MESI Protocol: Correct the virtual network in profile functions
The virtual network in a couple of places was incorrectly mentioned as 3 in place of 1. This is being corrected.
Diffstat (limited to 'src/mem/protocol/MESI_CMP_directory-L1cache.sm')
-rw-r--r--src/mem/protocol/MESI_CMP_directory-L1cache.sm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mem/protocol/MESI_CMP_directory-L1cache.sm b/src/mem/protocol/MESI_CMP_directory-L1cache.sm
index 91be3933f..1316a0ed4 100644
--- a/src/mem/protocol/MESI_CMP_directory-L1cache.sm
+++ b/src/mem/protocol/MESI_CMP_directory-L1cache.sm
@@ -628,7 +628,7 @@ machine(L1Cache, "MESI Directory L1 Cache CMP")
}
action(o_popIncomingResponseQueue, "o", desc="Pop Incoming Response queue and profile the delay within this virtual network") {
- profileMsgDelay(3, responseIntraChipL1Network_in.dequeue_getDelayCycles());
+ profileMsgDelay(1, responseIntraChipL1Network_in.dequeue_getDelayCycles());
}
action(s_deallocateTBE, "s", desc="Deallocate TBE") {