From: Luke Kenneth Casson Leighton Date: Sat, 30 Apr 2022 14:02:44 +0000 (+0100) Subject: nope, 24 mhz works, 27 does not X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ae031d1a350ac59a450ead08a3375cf817baec00;p=ls2.git nope, 24 mhz works, 27 does not --- 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':