Skip to content

Commit dc0f5eb

Browse files
authored
topdown: remove hartid in topdown counter (#148)
The hartid can be found in what `%m` displays.
1 parent 2078c9f commit dc0f5eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/coupledL2/TopDownMonitor.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class TopDownMonitor()(implicit p: Parameters) extends L2Module {
5353
}
5454

5555
io.debugTopDown.l2MissMatch := Cat(addrMatchVec.flatten).orR
56-
XSPerfAccumulate(cacheParams, s"${cacheParams.name}MissMatch_${cacheParams.hartId}", io.debugTopDown.l2MissMatch)
56+
XSPerfAccumulate(cacheParams, s"${cacheParams.name}MissMatch", io.debugTopDown.l2MissMatch)
5757

5858
/* ====== PART TWO ======
5959
* Count the parallel misses, and divide them into CPU/Prefetch

0 commit comments

Comments
 (0)