From: Luke Kenneth Casson Leighton Date: Fri, 13 Nov 2020 17:51:13 +0000 (+0000) Subject: reduce number of nc in ls180 to 24 X-Git-Tag: 24jan2021_ls180~97 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3ccab4091d9a5b2127b2d69085e913bb45ff6244;p=soc.git reduce number of nc in ls180 to 24 --- 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")))