forked from M-Labs/artiq-zynq
cxp pipeline: cleanup tx_command_packet
This commit is contained in:
parent
7ee867d7c4
commit
3741c9bfd9
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue