From: Luke Kenneth Casson Leighton Date: Thu, 10 Jun 2021 10:52:47 +0000 (+0100) Subject: moved CLK away from testout X-Git-Url: https://git.libre-soc.org/?p=pinmux.git;a=commitdiff_plain;h=42a1e08cf109259104c83be2da07b2f9ba086264 moved CLK away from testout --- diff --git a/src/spec/pinfunctions.py b/src/spec/pinfunctions.py index f5f61d7..f921f2b 100644 --- a/src/spec/pinfunctions.py +++ b/src/spec/pinfunctions.py @@ -286,8 +286,8 @@ def vdd(suffix, bank): def sys(suffix, bank): return (['RST-', # reset line + 'PLLCLK-', # incoming clock (to PLL) 'PLLSELA0-', 'PLLSELA1-', # PLL divider-selector - 'PLLCLK-', # incoming clock (to PLL) 'PLLTESTOUT+', # divided-output (for testing) 'PLLVCOUT+', # PLL VCO analog out (for testing) ], [], 'CLK')