From ae031d1a350ac59a450ead08a3375cf817baec00 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sat, 30 Apr 2022 15:02:44 +0100 Subject: [PATCH] nope, 24 mhz works, 27 does not --- src/ls2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ls2.py b/src/ls2.py index 157c1eb..76c726b 100644 --- a/src/ls2.py +++ b/src/ls2.py @@ -868,7 +868,7 @@ def build_platform(fpga, firmware): clk_freq = 50e6 dram_clk_freq = 100e6 if fpga == 'arty_a7': - clk_freq = 27e6 # urrr "working" with the QSPI core (25 mhz does not) + clk_freq = 24e6 # urrr "working" with the QSPI core (25 mhz does not) if fpga == 'ulx3s': clk_freq = 40.0e6 if fpga == 'orangecrab': -- 2.30.2