Skip to content

Commit df6170d

Browse files
committed
topdown: remove hartid in topdown counter
The hartid can be found in what `%m` displays
1 parent 2078c9f commit df6170d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/coupledL2/TopDownMonitor.scala

Lines changed: 1 addition & 1 deletion
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)