cores/clock/xilinx_s6: Remove power_down (no i_PWRDWN input on PLL_ADV).
This commit is contained in:
parent
8c50366d15
commit
7bd06d178f
|
@ -37,7 +37,6 @@ class S6PLL(XilinxClocking):
|
|||
p_BANDWIDTH = "OPTIMIZED",
|
||||
p_COMPENSATION = "INTERNAL",
|
||||
i_RST = self.reset,
|
||||
i_PWRDWN = self.power_down,
|
||||
o_LOCKED = self.locked,
|
||||
|
||||
# VCO.
|
||||
|
|
Loading…
Reference in New Issue