mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-29 05:03:34 +08:00
gateware/spi: fix import
This commit is contained in:
parent
6da1f39670
commit
85834976d9
@ -2,7 +2,7 @@ from itertools import product
|
||||
|
||||
from migen import *
|
||||
from misoc.interconnect import wishbone
|
||||
from misoc.cores.spi.core import SPIMachine
|
||||
from misoc.cores.spi import SPIMachine
|
||||
|
||||
|
||||
class SPIMaster(Module):
|
||||
|
Loading…
Reference in New Issue
Block a user