mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
cores/gpio: fix import
This commit is contained in:
parent
dd7dfb0d5e
commit
48b6733c33
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
from migen import *
|
||||
from migen.genlib.cdc import MultiReg
|
||||
from migen.bank.description import *
|
||||
|
||||
from misoc.interconnect.csr import *
|
||||
|
||||
|
||||
class GPIOIn(Module, AutoCSR):
|
||||
|
|
Loading…
Reference in a new issue