From aaa10c69ebb4f1791d5e9e576b0e95f2be6946ee Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Thu, 27 Feb 2020 11:16:49 +0100 Subject: [PATCH] platforms/colorlight_5a_75b: add default_clk_name/period --- litex_boards/platforms/colorlight_5a_75b.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/litex_boards/platforms/colorlight_5a_75b.py b/litex_boards/platforms/colorlight_5a_75b.py index 0c757ea..dbb549e 100644 --- a/litex_boards/platforms/colorlight_5a_75b.py +++ b/litex_boards/platforms/colorlight_5a_75b.py @@ -151,6 +151,9 @@ _io_v7_0 = [ # Documented by @miek # Platform ----------------------------------------------------------------------------------------- class Platform(LatticePlatform): + default_clk_name = "clk25" + default_clk_period = 1e9/25e6 + def __init__(self, revision="7.0"): assert revision in ["6.1", "7.0"] self.revision = revision