mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
cores/clock/xilinx_s6: Remove power_down (no i_PWRDWN input on PLL_ADV).
This commit is contained in:
parent
8c50366d15
commit
7bd06d178f
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue