DTM only supports HTIF in DMI mode

This commit is contained in:
Jerry Zhao
2020-09-05 11:16:55 -07:00
parent 178a0e38b5
commit 927244bf2e

View File

@@ -31,7 +31,7 @@ trait CanHaveHTIF { this: BaseSubsystem =>
// Advertise HTIF if system can communicate with fesvr
if (this match {
case _: CanHavePeripherySerial if p(SerialKey) => true
case _: HasPeripheryDebug if p(ExportDebug).protocols.nonEmpty => true
case _: HasPeripheryDebug if p(ExportDebug).dmi => true
case _ => false
}) {
ResourceBinding {