forked from M-Labs/artiq-zynq
CXP upconn: add sys reset signal to pll
This commit is contained in:
parent
cb1ec7f62a
commit
d36afd6f7b
|
@ -24,6 +24,7 @@ class CXP_UpConn(Module, AutoCSR):
|
|||
Instance("PLLE2_ADV",
|
||||
p_BANDWIDTH="HIGH",
|
||||
o_LOCKED=pll_locked,
|
||||
i_RST=ResetSignal("sys"),
|
||||
|
||||
p_CLKIN1_PERIOD=8, # ns
|
||||
i_CLKIN1=ClockSignal("sys"),
|
||||
|
|
Loading…
Reference in New Issue