From: Luke Kenneth Casson Leighton Date: Tue, 25 May 2021 11:44:57 +0000 (+0100) Subject: increase not-connected pins in ls180 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b7ed023c21f58bd69da634df258dbca0ece1f4a1;p=libresoc-litex.git increase not-connected pins in ls180 --- diff --git a/libresoc/ls180.py b/libresoc/ls180.py index 4b56d69..f334cda 100644 --- 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 = 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