Skip to content

Commit

Permalink
TopDown: fix load store not issue condition (OpenXiangShan#2848)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang-Haojin authored Apr 7, 2024
1 parent 692e2fa commit f541b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/xiangshan/backend/dispatch/Dispatch.scala
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ class Dispatch(implicit p: Parameters) extends XSModule with HasPerfEvents {
XSPerfAccumulate("stall_cycle_fp_dq", stall_fp_dq)
XSPerfAccumulate("stall_cycle_ls_dq", stall_ls_dq)

val notIssue = io.debugTopDown.fromRob.robHeadLsIssue
val notIssue = !io.debugTopDown.fromRob.robHeadLsIssue
val tlbReplay = io.debugTopDown.fromCore.fromMem.robHeadTlbReplay
val tlbMiss = io.debugTopDown.fromCore.fromMem.robHeadTlbMiss
val vioReplay = io.debugTopDown.fromCore.fromMem.robHeadLoadVio
Expand Down

0 comments on commit f541b46

Please sign in to comment.