move PLL around slightly, VCO on east top
[pinmux.git] / src / spec / pinfunctions.py
index 32f0e78c5ad805a43ab607aa676ecdc94fb52e97..f5f61d76c7410ac3045f5f332319ddde3bacbdc0 100644 (file)
@@ -285,9 +285,9 @@ def vdd(suffix, bank):
     return (RangePin("-"), [], None)
 
 def sys(suffix, bank):
-    return (['CLK-', 'RST-',
-             'PLLCLK-',                    # PLL ref clock input
+    return (['RST-',                       # reset line
              'PLLSELA0-', 'PLLSELA1-',     # PLL divider-selector
+            'PLLCLK-',                       # incoming clock (to PLL)
              'PLLTESTOUT+',                # divided-output (for testing)
              'PLLVCOUT+',                  # PLL VCO analog out (for testing)
              ], [], 'CLK')