Add import so that Tristate.elaborate builds

This commit is contained in:
Chris Osterwood 2019-05-20 07:39:21 -07:00 committed by whitequark
parent c337246fc5
commit 699fe5a675

View file

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