moved CLK away from testout
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 10 Jun 2021 10:52:47 +0000 (11:52 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 10 Jun 2021 10:52:47 +0000 (11:52 +0100)
src/spec/pinfunctions.py

index f5f61d76c7410ac3045f5f332319ddde3bacbdc0..f921f2b4a6f8c7c0ef59616c4db7a770089780f7 100644 (file)
@@ -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')