projects
/
pinmux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78d460b
)
moved CLK away from testout
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Thu, 10 Jun 2021 10:52:47 +0000
(11:52 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Thu, 10 Jun 2021 10:52:47 +0000
(11:52 +0100)
src/spec/pinfunctions.py
patch
|
blob
|
history
diff --git
a/src/spec/pinfunctions.py
b/src/spec/pinfunctions.py
index f5f61d76c7410ac3045f5f332319ddde3bacbdc0..f921f2b4a6f8c7c0ef59616c4db7a770089780f7 100644
(file)
--- 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')