Skip to content

Commit

Permalink
chiplink: key defaults to Nil (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
hcook authored Dec 12, 2018
1 parent 84b7244 commit f79faa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/devices/chiplink/Parameters.scala
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ case class ChipLinkParams(TLUH: Seq[AddressSet], TLC: Seq[AddressSet], sourceBit

}

case object ChipLinkKey extends Field[Seq[ChipLinkParams]]
case object ChipLinkKey extends Field[Seq[ChipLinkParams]](Nil)

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

0 comments on commit f79faa2

Please sign in to comment.