boards/platforms/ulx3s: fix default clock
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Tue, 23 Apr 2019 09:37:29 +0000 (11:37 +0200)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Tue, 23 Apr 2019 09:37:29 +0000 (11:37 +0200)
litex/boards/platforms/ulx3s.py

index ed1bcab6f90eef3be0c0205e06150d40ebcb2a4e..2a7f6d843d72d077964273e9ae9e15b4feb8c352 100644 (file)
@@ -68,8 +68,8 @@ _io = [
 # Platform -----------------------------------------------------------------------------------------
 
 class Platform(LatticePlatform):
-    default_clk_name = "clk100"
-    default_clk_period = 10
+    default_clk_name = "clk25"
+    default_clk_period = 40
 
     def __init__(self, device="LFE5U-45F", **kwargs):
         LatticePlatform.__init__(self, device + "-6BG381C", _io, **kwargs)