From: Chris Osterwood Date: Mon, 20 May 2019 14:39:21 +0000 (-0700) Subject: Add import so that Tristate.elaborate builds X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e8cc6ea3a45a7a0530186ea33c92d502d4b1eed2;p=nmigen.git Add import so that Tristate.elaborate builds --- diff --git a/nmigen/compat/fhdl/specials.py b/nmigen/compat/fhdl/specials.py index cc9cc37..4a517e7 100644 --- 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