Skip to content

Commit

Permalink
fixup! [t1rocketemu] add profiler probe
Browse files Browse the repository at this point in the history
  • Loading branch information
FanShupei committed Oct 31, 2024
1 parent cdb5540 commit 3f25836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rocketv/src/RocketCore.scala
Original file line number Diff line number Diff line change
Expand Up @@ -1642,7 +1642,7 @@ class Rocket(val parameter: RocketParameter)

probeWire.wbRegPc := wbRegPc
probeWire.t1IssueEnq.foreach { case t1IssueEnq =>
t1IssueEnq := t1IssueQueue.io.enq
t1IssueEnq := t1IssueQueue.enq
}

probeWire.fpuScoreboard.foreach { case fpProbe =>
Expand Down

0 comments on commit 3f25836

Please sign in to comment.