forked from M-Labs/artiq-zynq
cxp GW: remove unused memorywe
This commit is contained in:
parent
7c3dd23e15
commit
0d04a3400c
@ -27,7 +27,6 @@ class CXP_PHYS(Module, AutoCSR):
|
|||||||
self.phys.append(phy)
|
self.phys.append(phy)
|
||||||
|
|
||||||
|
|
||||||
@FullMemoryWE()
|
|
||||||
class CXP_Core(Module, AutoCSR):
|
class CXP_Core(Module, AutoCSR):
|
||||||
def __init__(self, phy, debug_sma, pmod_pads):
|
def __init__(self, phy, debug_sma, pmod_pads):
|
||||||
self.submodules.tx = TX_Pipeline(phy.tx, debug_sma, pmod_pads)
|
self.submodules.tx = TX_Pipeline(phy.tx, debug_sma, pmod_pads)
|
||||||
|
Loading…
Reference in New Issue
Block a user