Skip to content

Commit 88cf816

Browse files
fix syntax issue
1 parent ab02043 commit 88cf816

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/main/scala/tilelink/Configs.scala

-8
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,6 @@ trait CanHaveTLUCIAdapter { this: BaseSubsystem =>
5454
sbus.coupleFrom(s"ucie_tl_cl_port") { _ := TLBuffer() := TLWidthWidget(sbus.beatBytes) := TLBuffer() := uciTL.clientNode }
5555
sbus.coupleTo(s"ucie_tl_ctrl_port") { uciTL.regNode.node := TLWidthWidget(sbus.beatBytes) := TLFragmenter(sbus.beatBytes, sbus.blockBytes) := TLBuffer() := _ }
5656
Some(uciTL)
57-
}
58-
sbus.coupleTo(s"ucie_tl_ctrl_port") {
59-
uciTL.regNode.node := TLWidthWidget(sbus.beatBytes) := TLFragmenter(
60-
sbus.beatBytes,
61-
sbus.blockBytes,
62-
) := _
63-
}
64-
Some(uciTL)
6557
}
6658
case None => None
6759
}

0 commit comments

Comments
 (0)