From: Luke Kenneth Casson Leighton Date: Tue, 10 Nov 2020 16:46:58 +0000 (+0000) Subject: PLL sys group has 2 select lines and PLL Lock out X-Git-Url: https://git.libre-soc.org/?p=pinmux.git;a=commitdiff_plain;h=157837e1520f0523c617a3ec0027076cf87a15cf PLL sys group has 2 select lines and PLL Lock out --- diff --git a/src/spec/pinfunctions.py b/src/spec/pinfunctions.py index e3c97f3..a20d93f 100644 --- a/src/spec/pinfunctions.py +++ b/src/spec/pinfunctions.py @@ -286,7 +286,7 @@ def vdd(suffix, bank): def sys(suffix, bank): return (['CLK-', 'RST-', 'PLLCLK-', 'PLLOUT+', - 'CSEL0-', 'CSEL1-', 'CSEL2-'], [], 'CLK') + 'CSEL0-', 'CSEL1-', 'PLLOCK+'], [], 'CLK') # list functions by name here