Bump testchipip
This commit is contained in:
@@ -30,7 +30,7 @@ import testchipip.{DromajoHelper, CanHavePeripheryTLSerial, SerialTLKey}
|
|||||||
trait CanHaveHTIF { this: BaseSubsystem =>
|
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 _: CanHavePeripheryTKSerial if p(SerialTLKey).nonEmpty => true
|
case _: CanHavePeripheryTLSerial if p(SerialTLKey).nonEmpty => true
|
||||||
case _: HasPeripheryDebug if p(ExportDebug).dmi => true
|
case _: HasPeripheryDebug if p(ExportDebug).dmi => true
|
||||||
case _ => false
|
case _ => false
|
||||||
}) {
|
}) {
|
||||||
|
|||||||
Submodule generators/testchipip updated: e845cb3f50...57cac41f71
Reference in New Issue
Block a user