vendor.board: extract package.

This commit is contained in:
whitequark 2019-06-03 16:14:59 +00:00
parent 2ca0834d41
commit 0fa45b5e14
5 changed files with 7 additions and 7 deletions

View file

@ -1,5 +1,5 @@
from nmigen import *
from nmigen.vendor.ice40_hx1k_blink_evn import *
from nmigen.vendor.board.ice40_hx1k_blink_evn import *
class Blinky(Elaboratable):