From 53e2f90e9cdd76e241f5c1d5f5896ddbd25faac5 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Thu, 1 Apr 2021 23:24:00 +0100 Subject: [PATCH] disable PLL so increase not-connected by another 4 pins --- libresoc/ls180.py | 1 + 1 file changed, 1 insertion(+) diff --git a/libresoc/ls180.py b/libresoc/ls180.py index 984755d..c9d1028 100644 --- a/libresoc/ls180.py +++ b/libresoc/ls180.py @@ -156,6 +156,7 @@ def io(): 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 + num_nc += 4 # PLL disabled for now nc = ' '.join("NC%d" % i for i in range(num_nc)) _io.append(("nc", 0, Pins(nc), IOStandard("LVCMOS33"))) -- 2.30.2