mirror of
https://github.com/litex-hub/litex-boards.git
synced 2025-01-03 03:43:36 -05:00
clean up imports
This commit is contained in:
parent
865c2bd98c
commit
8ee20a3f30
1 changed files with 1 additions and 2 deletions
|
@ -2,9 +2,8 @@
|
|||
# License: BSD
|
||||
|
||||
from litex.build.generic_platform import Pins, IOStandard, Subsignal
|
||||
from litex.build.xilinx import XilinxPlatform, XC3SProg, VivadoProgrammer
|
||||
from litex.build.xilinx import XilinxPlatform
|
||||
from litex.build.openocd import OpenOCD
|
||||
from migen import *
|
||||
|
||||
_io = [
|
||||
# 8 LEDs above DIP switches (Bank 33)
|
||||
|
|
Loading…
Reference in a new issue