reduce not-connected IO pins
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 28 Sep 2020 15:58:48 +0000 (16:58 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 28 Sep 2020 15:58:48 +0000 (16:58 +0100)
src/soc/litex/florent/libresoc/ls180.py

index 49f32b3db4fde915071b52f30da24dbbf6cc9a21..dc91c4e9e5c21b2b063a596858f844631812d664 100644 (file)
@@ -121,7 +121,7 @@ _io.append(make_uart("uart", 0))
 _io.append(make_uart("uart", 1))
 
 # not connected - eurgh have to adjust this to match the total pincount.
-num_nc = 43
+num_nc = 42
 nc = ' '.join("NC%d" % i for i in range(num_nc))
 _io.append(("nc", 0, Pins(nc), IOStandard("LVCMOS33")))