From 6fd7735f77b9a5d7171b3517293af745c6f04801 Mon Sep 17 00:00:00 2001 From: whitequark Date: Sun, 4 Aug 2019 09:35:14 +0000 Subject: Remove useless _blinky.build_and_program() function. --- 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 d6441f4..02fa8b1 100644 --- a/nmigen_boards/versa_ecp5_5g.py +++ b/nmigen_boards/versa_ecp5_5g.py @@ -10,5 +10,5 @@ class VersaECP55GPlatform(VersaECP5Platform): if __name__ == "__main__": - from ._blinky import build_and_program - build_and_program(VersaECP55GPlatform) + from ._blinky import Blinky + VersaECP55GPlatform().build(Blinky(), do_program=True) -- cgit v1.2.3