comment/80-char limit
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 8 Apr 2022 11:54:05 +0000 (12:54 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 8 Apr 2022 11:54:05 +0000 (12:54 +0100)
src/ls2.py

index 9deacd4781beb52593ebcf023008c90b43bb41c4..2dff604f5b5396360f0a6ac5bb595904b8d51ba1 100644 (file)
@@ -646,7 +646,9 @@ def build_platform(fpga, firmware):
     if fpga == 'versa_ecp5':
         clk_freq = 50e6 # crank right down to test hyperram
     if fpga == 'versa_ecp5_85':
-        clk_freq = 50e6 # 50MHz works.  100MHz works.  55MHz does NOT work.  Stick with multiples of 50MHz...
+        # 50MHz works.  100MHz works.  55MHz does NOT work.
+        # Stick with multiples of 50MHz...
+        clk_freq = 50e6
     if fpga == 'arty_a7':
         clk_freq = 50e6
     if fpga == 'ulx3s':