Bump testchipip

This commit is contained in:
Jerry Zhao
2020-09-16 10:29:03 -07:00
parent 0d8e87126c
commit 36ccb12560
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ import testchipip.{DromajoHelper, CanHavePeripheryTLSerial, SerialTLKey}
trait CanHaveHTIF { this: BaseSubsystem =>
// Advertise HTIF if system can communicate with fesvr
if (this match {
case _: CanHavePeripheryTKSerial if p(SerialTLKey).nonEmpty => true
case _: CanHavePeripheryTLSerial if p(SerialTLKey).nonEmpty => true
case _: HasPeripheryDebug if p(ExportDebug).dmi => true
case _ => false
}) {