From 3ccab4091d9a5b2127b2d69085e913bb45ff6244 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Fri, 13 Nov 2020 17:51:13 +0000 Subject: [PATCH] reduce number of nc in ls180 to 24 --- src/soc/litex/florent/libresoc/ls180.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/soc/litex/florent/libresoc/ls180.py b/src/soc/litex/florent/libresoc/ls180.py index 98c117f6..42ddf7bd 100644 --- a/src/soc/litex/florent/libresoc/ls180.py +++ b/src/soc/litex/florent/libresoc/ls180.py @@ -144,7 +144,7 @@ def io(): _io.append(make_uart("uart", 1)) # not connected - eurgh have to adjust this to match the total pincount. - num_nc = 36 + num_nc = 24 nc = ' '.join("NC%d" % i for i in range(num_nc)) _io.append(("nc", 0, Pins(nc), IOStandard("LVCMOS33"))) -- 2.30.2