From 652f9d6e6c696b8570f352fea0a15341c1851322 Mon Sep 17 00:00:00 2001 From: whitequark Date: Sun, 20 Jan 2019 03:03:48 +0000 Subject: [PATCH] compat.genlib.cdc: add missing import. --- nmigen/compat/genlib/cdc.py | 1 + 1 file changed, 1 insertion(+) diff --git a/nmigen/compat/genlib/cdc.py b/nmigen/compat/genlib/cdc.py index 9e25c68..557d573 100644 --- a/nmigen/compat/genlib/cdc.py +++ b/nmigen/compat/genlib/cdc.py @@ -2,6 +2,7 @@ from ...tools import deprecated from ...lib.cdc import MultiReg from ...hdl.ast import * from ..fhdl.module import CompatModule +from ..fhdl.structure import If __all__ = ["MultiReg", "GrayCounter", "GrayDecoder"] -- 2.30.2