projects
/
nmigen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c337246
)
Add import so that Tristate.elaborate builds
author
Chris Osterwood
<osterwood@gmail.com>
Mon, 20 May 2019 14:39:21 +0000
(07:39 -0700)
committer
whitequark
<whitequark@whitequark.org>
Mon, 20 May 2019 16:34:31 +0000
(16:34 +0000)
nmigen/compat/fhdl/specials.py
patch
|
blob
|
history
diff --git
a/nmigen/compat/fhdl/specials.py
b/nmigen/compat/fhdl/specials.py
index cc9cc37289f38812d7a519d010db2aa827090cc2..4a517e7b64d45851645917df3bcb0f2c09b1b51b 100644
(file)
--- a/
nmigen/compat/fhdl/specials.py
+++ b/
nmigen/compat/fhdl/specials.py
@@
-5,6
+5,7
@@
from ...hdl.ast import *
from ...hdl.ir import Elaboratable
from ...hdl.mem import Memory as NativeMemory
from ...hdl.ir import Fragment, Instance
+from ...hdl.dsl import Module
from .module import Module as CompatModule