From b7ed023c21f58bd69da634df258dbca0ece1f4a1 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Tue, 25 May 2021 12:44:57 +0100 Subject: [PATCH] increase not-connected pins in ls180 --- libresoc/ls180.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2