projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd7dfb0
)
cores/gpio: fix import
author
Sebastien Bourdeauducq
<sb@m-labs.hk>
Tue, 29 Sep 2015 10:13:59 +0000
(18:13 +0800)
committer
Sebastien Bourdeauducq
<sb@m-labs.hk>
Tue, 29 Sep 2015 10:13:59 +0000
(18:13 +0800)
misoc/cores/gpio.py
patch
|
blob
|
history
diff --git
a/misoc/cores/gpio.py
b/misoc/cores/gpio.py
index 681b68cfdd94d679a4f9e4880a4fdeb0449b933f..2e99c27f76c0f1b8354aa431a1d013ba42699cca 100644
(file)
--- a/
misoc/cores/gpio.py
+++ b/
misoc/cores/gpio.py
@@
-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):