1
0
Fork 0

pipeline GW: fix test packet length

This commit is contained in:
morgan 2024-09-24 13:44:12 +08:00
parent 472e98be34
commit 71b4d95a9d
1 changed files with 1 additions and 1 deletions

View File

@ -305,7 +305,7 @@ class TX_Test_Packet(Module, AutoCSR):
# TODO: figure out why only 16 times doesn't work on the decoder
self.submodules.test_pattern_src = test_pattern_src = Code_Source(upconn_layout, [*range(0x100)]*1, [0]*0x100*1)
self.submodules.test_pattern_src = test_pattern_src = Code_Source(upconn_layout, [*range(0x100)]*16, [0]*0x100*16)
self.submodules.pak_type_inserter = pak_type_inserter = Code_Inserter(upconn_layout, [0x04]*4, [0]*4)
self.submodules.pak_wrp = pak_wrp = Packet_Wrapper(upconn_layout)
self.comb += [