nope, 24 mhz works, 27 does not
[ls2.git] / src / ls2.py
index 157c1eb38c1f555c3cacb8273f7077227ad44278..76c726bfc266066a66123ba6b889d759120405ac 100644 (file)
@@ -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':