Merge pull request #672 from ucb-bar/htif-dts-fix

DTM only supports HTIF in DMI mode
This commit is contained in:
Jerry Zhao
2020-09-05 17:40:48 -07:00
committed by GitHub

View File

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