vendor.board: split off into nmigen-boards package.
The iCE40 programmers are also moved, since they're board-specific. (It looks like iceprog isn't, but it only works with Lattice evaluation kits.) Fixes #80.
This commit is contained in:
parent
316ba10207
commit
1b54eb80da
12 changed files with 7 additions and 281 deletions
|
|
@ -1,5 +1,5 @@
|
|||
from nmigen import *
|
||||
from nmigen.vendor.board.ice40_hx1k_blink_evn import *
|
||||
from nmigen_boards.ice40_hx1k_blink_evn import *
|
||||
|
||||
|
||||
class Blinky(Elaboratable):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue