reduce number of nc in ls180 to 24
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 13 Nov 2020 17:51:13 +0000 (17:51 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 13 Nov 2020 17:51:13 +0000 (17:51 +0000)
src/soc/litex/florent/libresoc/ls180.py

index 98c117f679e290798f45d553f814d9b9f5b45b94..42ddf7bd372ec366d1bb31515c0652954d5b5a4c 100644 (file)
@@ -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")))