We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84b7244 commit f79faa2Copy full SHA for f79faa2
src/main/scala/devices/chiplink/Parameters.scala
@@ -36,7 +36,7 @@ case class ChipLinkParams(TLUH: Seq[AddressSet], TLC: Seq[AddressSet], sourceBit
36
37
}
38
39
-case object ChipLinkKey extends Field[Seq[ChipLinkParams]]
+case object ChipLinkKey extends Field[Seq[ChipLinkParams]](Nil)
40
41
case class TXN(domain: Int, source: Int)
42
case class ChipLinkInfo(params: ChipLinkParams, edgeIn: TLEdge, edgeOut: TLEdge, errorDev: AddressSet)
0 commit comments