forked from M-Labs/artiq-zynq
zc706: fix compile err
This commit is contained in:
parent
4d1d04c71b
commit
ce32c78212
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user