From d5bea94b228b956cfd119af9415fbb0e3abc53ac Mon Sep 17 00:00:00 2001 From: whitequark Date: Sat, 3 Aug 2019 16:19:03 +0000 Subject: Update all boards to use default_clk. --- nmigen_boards/versa_ecp5_5g.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nmigen_boards/versa_ecp5_5g.py') diff --git a/nmigen_boards/versa_ecp5_5g.py b/nmigen_boards/versa_ecp5_5g.py index 75512eb..d6441f4 100644 --- a/nmigen_boards/versa_ecp5_5g.py +++ b/nmigen_boards/versa_ecp5_5g.py @@ -5,10 +5,10 @@ __all__ = ["VersaECP55GPlatform"] class VersaECP55GPlatform(VersaECP5Platform): - device = "LFE5UM5G-45F" + device = "LFE5UM5G-45F" # Everything else is identical between 3G and 5G Versa boards. if __name__ == "__main__": from ._blinky import build_and_program - build_and_program(VersaECP55GPlatform, "clk100") + build_and_program(VersaECP55GPlatform) -- cgit v1.2.3