gw2ddrphy: Add TCLK_SOURCE on DQS's OSER4_MEM.
This commit is contained in:
parent
ab9aec9129
commit
5b72d1a34a
|
@ -319,6 +319,7 @@ class GW2DDRPHY(Module, AutoCSR):
|
||||||
dqs_o_oen = Signal()
|
dqs_o_oen = Signal()
|
||||||
self.specials += [
|
self.specials += [
|
||||||
Instance("OSER4_MEM",
|
Instance("OSER4_MEM",
|
||||||
|
p_TCLK_SOURCE = "DQSW",
|
||||||
i_RESET = ResetSignal("sys"),
|
i_RESET = ResetSignal("sys"),
|
||||||
i_PCLK = ClockSignal("sys"),
|
i_PCLK = ClockSignal("sys"),
|
||||||
i_FCLK = ClockSignal("sys2x"),
|
i_FCLK = ClockSignal("sys2x"),
|
||||||
|
|
Loading…
Reference in New Issue