1
0
Fork 0

cxp: cleanup

This commit is contained in:
morgan 2024-09-03 12:21:40 +08:00
parent 354de66337
commit f88e431c16
1 changed files with 0 additions and 1 deletions

View File

@ -179,7 +179,6 @@ class TX_Trigger(Module, AutoCSR):
self.submodules.buf_out = buf_out = stream.SyncFIFO(layout, 64)
tx_pipeline = [ code_src, inserter_twice, inserter_once, buf_out]
# tx_pipeline = [ code_src, inserter_twice, buf_out]
for s, d in zip(tx_pipeline, tx_pipeline[1:]):
self.comb += s.source.connect(d.sink)