gateware/spi: fix import

This commit is contained in:
Sebastien Bourdeauducq 2016-10-17 14:06:35 +08:00
parent 6da1f39670
commit 85834976d9
1 changed files with 1 additions and 1 deletions

View File

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