X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fspec%2Fpinfunctions.py;h=d30bc03d1f9ad204a0eb200f677409db4775da65;hb=c676c0197579cd8211a3db3582c82855e14b4ff0;hp=32f0e78c5ad805a43ab607aa676ecdc94fb52e97;hpb=87d20b3d00b9b1d8be84fb4f1ddfabcc1b6d93b8;p=pinmux.git diff --git a/src/spec/pinfunctions.py b/src/spec/pinfunctions.py index 32f0e78..d30bc03 100644 --- a/src/spec/pinfunctions.py +++ b/src/spec/pinfunctions.py @@ -285,11 +285,11 @@ def vdd(suffix, bank): return (RangePin("-"), [], None) def sys(suffix, bank): - return (['CLK-', 'RST-', - 'PLLCLK-', # PLL ref clock input + return (['CLK-', # incoming clock (to PLL) 'PLLSELA0-', 'PLLSELA1-', # PLL divider-selector 'PLLTESTOUT+', # divided-output (for testing) 'PLLVCOUT+', # PLL VCO analog out (for testing) + 'RST-', # reset line ], [], 'CLK') # list functions by name here