increase not-connected pins in ls180
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 25 May 2021 11:44:57 +0000 (12:44 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 25 May 2021 11:44:57 +0000 (12:44 +0100)
libresoc/ls180.py

index 4b56d697b807faf42941cb32d84b9597f1bde51c..f334cdaa428881461504ec4b92a14cfbb996e4f0 100644 (file)
@@ -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 = 23
+    num_nc = 24
     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