Skip to content

Commit

Permalink
Merge pull request #672 from ucb-bar/htif-dts-fix
Browse files Browse the repository at this point in the history
DTM only supports HTIF in DMI mode
  • Loading branch information
jerryz123 authored Sep 6, 2020
2 parents 178a0e3 + 927244b commit 24b39da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/chipyard/src/main/scala/Subsystem.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 24b39da

Please sign in to comment.