Skip to content

Commit bb6bc91

Browse files
committed
RM: unused bundle
1 parent ad72be5 commit bb6bc91

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: src/main/scala/trace/TraceEncoderController.scala

-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ class TraceEncoderControlInterface() extends Bundle {
2020
val enable = Bool()
2121
val target = UInt(TraceSinkTarget.width.W)
2222
val bp_mode = UInt(32.W)
23-
val hpmcounter_enable = UInt(32.W)
24-
val hpmcounter_report_interval = UInt(32.W)
2523
}
2624
class TraceEncoderController(addr: BigInt, beatBytes: Int)(implicit p: Parameters) extends LazyModule {
2725

0 commit comments

Comments
 (0)