We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2078c9f commit dc0f5ebCopy full SHA for dc0f5eb
src/main/scala/coupledL2/TopDownMonitor.scala
@@ -53,7 +53,7 @@ class TopDownMonitor()(implicit p: Parameters) extends L2Module {
53
}
54
55
io.debugTopDown.l2MissMatch := Cat(addrMatchVec.flatten).orR
56
- XSPerfAccumulate(cacheParams, s"${cacheParams.name}MissMatch_${cacheParams.hartId}", io.debugTopDown.l2MissMatch)
+ XSPerfAccumulate(cacheParams, s"${cacheParams.name}MissMatch", io.debugTopDown.l2MissMatch)
57
58
/* ====== PART TWO ======
59
* Count the parallel misses, and divide them into CPU/Prefetch
0 commit comments