Add import so that Tristate.elaborate builds
This commit is contained in:
parent
c337246fc5
commit
699fe5a675
|
@ -5,6 +5,7 @@ from ...hdl.ast import *
|
||||||
from ...hdl.ir import Elaboratable
|
from ...hdl.ir import Elaboratable
|
||||||
from ...hdl.mem import Memory as NativeMemory
|
from ...hdl.mem import Memory as NativeMemory
|
||||||
from ...hdl.ir import Fragment, Instance
|
from ...hdl.ir import Fragment, Instance
|
||||||
|
from ...hdl.dsl import Module
|
||||||
from .module import Module as CompatModule
|
from .module import Module as CompatModule
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue