vendor.board: extract package.
This commit is contained in:
parent
2ca0834d41
commit
0fa45b5e14
5 changed files with 7 additions and 7 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue