tilelink2 Bundles: fix wrong sink width!
This commit is contained in:
parent
9bfd8c1cf5
commit
99b7e734cd
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user