forked from M-Labs/artiq-zynq
cxp: fix compilation error
This commit is contained in:
parent
3741c9bfd9
commit
bcfd599c69
|
@ -124,7 +124,7 @@ class UpConn_Interface(Module, AutoCSR):
|
|||
# section 9.6.1.2 (CXP-001-2021)
|
||||
# tags implementation is on firmware
|
||||
|
||||
self.submodules.command = command = TX_Command_Packet(layout, pmod_pads)
|
||||
self.submodules.command = command = TX_Command_Packet(layout)
|
||||
|
||||
|
||||
# DEBUG: OUTPUT
|
||||
|
|
Loading…
Reference in New Issue