Skip to content

Commit f79faa2

Browse files
authored
chiplink: key defaults to Nil (#100)
1 parent 84b7244 commit f79faa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/devices/chiplink/Parameters.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ case class ChipLinkParams(TLUH: Seq[AddressSet], TLC: Seq[AddressSet], sourceBit
3636

3737
}
3838

39-
case object ChipLinkKey extends Field[Seq[ChipLinkParams]]
39+
case object ChipLinkKey extends Field[Seq[ChipLinkParams]](Nil)
4040

4141
case class TXN(domain: Int, source: Int)
4242
case class ChipLinkInfo(params: ChipLinkParams, edgeIn: TLEdge, edgeOut: TLEdge, errorDev: AddressSet)

0 commit comments

Comments
 (0)