1
0
Fork 0

pipeline GW: cleanup docs

This commit is contained in:
morgan 2024-09-11 16:37:20 +08:00
parent 581d9ffebb
commit 5af2d8c23b
1 changed files with 0 additions and 3 deletions

View File

@ -249,11 +249,8 @@ class TX_Command_Packet(Module, AutoCSR):
# # #
# TODO: use RAM instead of FIFO ?
# Section 12.1.2 (CXP-001-2021)
# Max control packet size is 128 bytes
# NOTE: The firmware will lock up if there is not enough space for the packet
self.submodules.fifo = fifo = stream.SyncFIFO(layout, 128)
self.submodules.pak_wrp = pak_wrp = Packet_Wrapper(layout)
self.source = pak_wrp.source