We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad72be5 commit bb6bc91Copy full SHA for bb6bc91
src/main/scala/trace/TraceEncoderController.scala
@@ -20,8 +20,6 @@ class TraceEncoderControlInterface() extends Bundle {
20
val enable = Bool()
21
val target = UInt(TraceSinkTarget.width.W)
22
val bp_mode = UInt(32.W)
23
- val hpmcounter_enable = UInt(32.W)
24
- val hpmcounter_report_interval = UInt(32.W)
25
}
26
class TraceEncoderController(addr: BigInt, beatBytes: Int)(implicit p: Parameters) extends LazyModule {
27
0 commit comments