diff --git a/src/gateware/cxp_pipeline.py b/src/gateware/cxp_pipeline.py index 9b0a232..8dc691c 100644 --- a/src/gateware/cxp_pipeline.py +++ b/src/gateware/cxp_pipeline.py @@ -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)