1
0

tilelink2: helper objects operate on OutwardNodes

This commit is contained in:
Wesley W. Terpstra
2016-09-30 01:39:35 -07:00
parent a1fa0733e5
commit 80f7bb49e3
6 changed files with 13 additions and 12 deletions

View File

@ -176,7 +176,7 @@ class TLWidthWidget(innerBeatBytes: Int) extends LazyModule
object TLWidthWidget
{
// applied to the TL source node; y.node := WidthWidget(x.node, 16)
def apply(innerBeatBytes: Int)(x: TLBaseNode)(implicit sourceInfo: SourceInfo): TLBaseNode = {
def apply(innerBeatBytes: Int)(x: TLOutwardNode)(implicit sourceInfo: SourceInfo): TLOutwardNode = {
val widget = LazyModule(new TLWidthWidget(innerBeatBytes))
widget.node := x
widget.node