1
0
Fork 0

cxp pipeline: cleanup tx_command_packet

This commit is contained in:
morgan 2024-09-03 12:50:41 +08:00
parent 7ee867d7c4
commit 3741c9bfd9
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ class Trigger_ACK(Module):
self.source = k_code_inserter.source
class TX_Command_Packet(Module, AutoCSR):
def __init__(self, layout, pmod_pads):
def __init__(self, layout):
self.packet_type = CSRStorage(8)
self.din_len = CSRStorage(6)