Trigger Module

Hello!

As I can see in file rocket-chip/Breakpoint.scala:

val ttype = UInt(width = 4)
val dmode = Bool()
val maskmax = UInt(width = 6)
val reserved = UInt(width = xLen-24)
val action = Bool()
val chain = Bool()

there is no field “config” responsible for Trigger type (address or data match).
And, as I’ve already tested, Adress Triggers are working despite of Data Triggers.
Is there any working Data Triggers?