zc706: fix compile err

This commit is contained in:
morgan 2025-01-16 12:15:26 +08:00
parent 4d1d04c71b
commit ce32c78212

View File

@ -716,7 +716,7 @@ class CXP_FMC():
print("CoaXPress at RTIO channel 0x{:06x}".format(len(rtio_channels)))
rtio_channels.append(rtio.Channel.from_phy(cxp_interface))
else:
cxp_interface = cxp.CXP_Extension(phy, debug_sma_pad, pmod_pads)
cxp_interface = cxp.CXP_Extension(phy)
setattr(self.submodules, cxp_name, cxp_interface)
self.csr_devices.append(cxp_name)