Skip to content

Commit

Permalink
tilelink2 Bundles: fix wrong sink width!
Browse files Browse the repository at this point in the history
  • Loading branch information
terpstra committed Sep 8, 2016
1 parent 9bfd8c1 commit 99b7e73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/uncore/tilelink2/Bundles.scala
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ final class TLBundleD(params: TLBundleParameters)
final class TLBundleE(params: TLBundleParameters)
extends TLBundleBase(params) with TLChannel
{
val sink = UInt(width = params.sourceBits) // to
val sink = UInt(width = params.sinkBits) // to
}

class TLBundle(params: TLBundleParameters) extends TLBundleBase(params)
Expand Down

0 comments on commit 99b7e73

Please sign in to comment.