From 338b3e652b82d7f1c6c74f4731d3d985fc4498b1 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Wed, 9 Jun 2021 14:20:16 +0100 Subject: [PATCH] remove 16 NC, added 16 VCC/VDD --- libresoc/ls180.py | 1 + 1 file changed, 1 insertion(+) diff --git a/libresoc/ls180.py b/libresoc/ls180.py index f334cda..438982d 100644 --- a/libresoc/ls180.py +++ b/libresoc/ls180.py @@ -156,6 +156,7 @@ def io(): # not connected - eurgh have to adjust this to match the total pincount. num_nc = 24 + num_nc - 16 # added 16 more power/gnd 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