compat.genlib.cdc: add missing import.

This commit is contained in:
whitequark 2019-01-20 03:03:48 +00:00
parent c110fe6a9d
commit 52a9f818f1

View file

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