projects
/
libresoc-litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6706385
)
increase not-connected pins in ls180
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Tue, 25 May 2021 11:44:57 +0000
(12:44 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Tue, 25 May 2021 11:44:57 +0000
(12:44 +0100)
libresoc/ls180.py
patch
|
blob
|
history
diff --git
a/libresoc/ls180.py
b/libresoc/ls180.py
index 4b56d697b807faf42941cb32d84b9597f1bde51c..f334cdaa428881461504ec4b92a14cfbb996e4f0 100644
(file)
--- a/
libresoc/ls180.py
+++ b/
libresoc/ls180.py
@@
-155,7
+155,7
@@
def io():
_io.append(make_uart("uart", 1))
# not connected - eurgh have to adjust this to match the total pincount.
- num_nc = 2
3
+ num_nc = 2
4
num_nc += 4 # mspi1 comments out, litex problems 25mar2021
num_nc += 6 # sd0 comments out, litex problems 25mar2021
num_nc += 2 # pwm comments out, litex problems 25mar2021