From fe7b3968e41cf794355d454f19bec546377cf442 Mon Sep 17 00:00:00 2001 From: David Sawatzke Date: Sun, 6 Jun 2021 02:59:48 +0200 Subject: [PATCH] Fix colorlight 5a 75b v6.1 flash pins As with the other versions, the clk pin can't be directly driven --- litex_boards/platforms/colorlight_5a_75b.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litex_boards/platforms/colorlight_5a_75b.py b/litex_boards/platforms/colorlight_5a_75b.py index e86eafb..d34679f 100644 --- a/litex_boards/platforms/colorlight_5a_75b.py +++ b/litex_boards/platforms/colorlight_5a_75b.py @@ -34,7 +34,7 @@ _io_v6_1 = [ # Documented by @smunaut # SPIFlash (GD25Q16CSIG) ("spiflash", 0, Subsignal("cs_n", Pins("R2")), - Subsignal("clk", Pins("U3")), + #Subsignal("clk", Pins("")), driven through USRMCLK Subsignal("mosi", Pins("W2")), Subsignal("miso", Pins("V2")), IOStandard("LVCMOS33"),