From 3e187dea42f969945eeca9147c8eeeb37dca0af2 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Mon, 17 Jan 2022 10:00:58 +0100 Subject: [PATCH] quicklogic_quickfeather: Make imports similar to other boards. --- litex_boards/targets/quicklogic_quickfeather.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/litex_boards/targets/quicklogic_quickfeather.py b/litex_boards/targets/quicklogic_quickfeather.py index 64ed576..0b3291c 100755 --- a/litex_boards/targets/quicklogic_quickfeather.py +++ b/litex_boards/targets/quicklogic_quickfeather.py @@ -7,13 +7,15 @@ # Copyright (c) 2021 Gwenhael Goavec-Merou # SPDX-License-Identifier: BSD-2-Clause +import os import argparse -import os.path + +from migen import * from litex_boards.platforms import quicklogic_quickfeather -from litex.soc.integration.soc_core import * from litex.soc.integration.soc import SoCRegion +from litex.soc.integration.soc_core import * from litex.soc.integration.builder import * from litex.soc.cores.led import LedChaser from litex.soc.cores.gpio import *