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:
whitequark 2019-06-04 09:47:04 +00:00
parent 316ba10207
commit 1b54eb80da
12 changed files with 7 additions and 281 deletions

View file

@ -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):