vendor.board: extract package.
This commit is contained in:
parent
2ca0834d41
commit
0fa45b5e14
|
@ -1,5 +1,5 @@
|
||||||
from nmigen import *
|
from nmigen import *
|
||||||
from nmigen.vendor.ice40_hx1k_blink_evn import *
|
from nmigen.vendor.board.ice40_hx1k_blink_evn import *
|
||||||
|
|
||||||
|
|
||||||
class Blinky(Elaboratable):
|
class Blinky(Elaboratable):
|
||||||
|
|
0
nmigen/vendor/board/__init__.py
vendored
Normal file
0
nmigen/vendor/board/__init__.py
vendored
Normal file
|
@ -1,5 +1,5 @@
|
||||||
from ..build import *
|
from ...build import *
|
||||||
from .fpga.lattice_ice40 import LatticeICE40Platform, IceBurnProgrammerMixin
|
from ..fpga.lattice_ice40 import LatticeICE40Platform, IceBurnProgrammerMixin
|
||||||
|
|
||||||
|
|
||||||
__all__ = ["ICE40HX1KBlinkEVNPlatform"]
|
__all__ = ["ICE40HX1KBlinkEVNPlatform"]
|
|
@ -1,5 +1,5 @@
|
||||||
from ..build import *
|
from ...build import *
|
||||||
from .fpga.lattice_ice40 import LatticeICE40Platform, IceStormProgrammerMixin
|
from ..fpga.lattice_ice40 import LatticeICE40Platform, IceStormProgrammerMixin
|
||||||
|
|
||||||
|
|
||||||
__all__ = ["ICEStickPlatform"]
|
__all__ = ["ICEStickPlatform"]
|
|
@ -1,5 +1,5 @@
|
||||||
from ..build import *
|
from ...build import *
|
||||||
from .fpga.lattice_ice40 import LatticeICE40Platform, TinyProgrammerMixin
|
from ..fpga.lattice_ice40 import LatticeICE40Platform, TinyProgrammerMixin
|
||||||
|
|
||||||
|
|
||||||
__all__ = ["TinyFPGABXPlatform"]
|
__all__ = ["TinyFPGABXPlatform"]
|
Loading…
Reference in a new issue